summaryrefslogtreecommitdiff
path: root/LocomotorPrimitivesManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'LocomotorPrimitivesManager.h')
-rw-r--r--LocomotorPrimitivesManager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/LocomotorPrimitivesManager.h b/LocomotorPrimitivesManager.h
index 2bd6e3d..f58dd17 100644
--- a/LocomotorPrimitivesManager.h
+++ b/LocomotorPrimitivesManager.h
@@ -8,7 +8,8 @@ class LocomotorPrimitivesManager : public OpenSim::Manager
public:
LocomotorPrimitivesManager(OpenSim::Model &model, SimTK::Integrator &integrator)
: OpenSim::Manager(model, integrator) { }
+ bool integrate(SimTK::State &s, double dtFirst=1.0e-6);
bool doIntegration(SimTK::State &s, int step, double dtFirst);
};
-#endif /* LOCOMOTORPRIMITIVES_MANAGER_H_ */ \ No newline at end of file
+#endif /* LOCOMOTORPRIMITIVES_MANAGER_H_ */