Skip to content

Commit 59f4f1a

Browse files
Update cpp/tests/test_numericalIntegration.cpp
Co-authored-by: lenaploetzke <70579874+lenaploetzke@users.noreply.github.com>
1 parent 0716e48 commit 59f4f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/tests/test_numericalIntegration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ TEST(TestOdeIntegrator, integratorForcesLastStepSize)
426426
using testing::Eq;
427427

428428
const double dt_min = 0.7;
429-
const double t_max = 3.0; // this must not be intiger divisable by dt_min
429+
const double t_max = 3.0; // This must not be integer divisible by dt_min.
430430
const auto mock_core = std::make_shared<testing::StrictMock<MockIntegratorCore>>();
431431
auto integrator = mio::OdeIntegrator<double>(mock_core);
432432
auto y0 = Eigen::VectorXd::Constant(1, 0);

0 commit comments

Comments
 (0)