Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent 520f3e0 commit 773b0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ void CompareCurves(const curve1& c1, const curve2& c2,
std::cout
<< errMsg
<< "CompareCurves, ERROR, time min and max of curves do not match ["
<< T_min << "," << T_max << "] " << " and [" << c2.min() << ","
<< c2.max() << "] " << std::endl;
<< T_min << "," << T_max << "] "
<< " and [" << c2.min() << "," << c2.max() << "] " << std::endl;
error = true;
} else {
// derivative in T_min and T_max
Expand Down

0 comments on commit 773b0a4

Please sign in to comment.