Skip to content

Commit 8246c8f

Browse files
committed
update testMuscleMetabolicsProbes's use of Manager::integrate
1 parent 6d464c9 commit 8246c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenSim/Simulation/Test/testMuscleMetabolicsProbes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ Storage simulateModel(Model& model, double t0, double t1)
644644
// Simulate.
645645
const clock_t tStart = clock();
646646
cout << "- integrating from " << t0 << " to " << t1 << "s" << endl;
647-
manager.integrate(state, 1.0e-3);
647+
manager.integrate(state);
648648
cout << "- simulation complete (" << (double)(clock()-tStart)/CLOCKS_PER_SEC
649649
<< " seconds elapsed)" << endl;
650650

0 commit comments

Comments
 (0)