From af6b09829ca942ead8ea6757308d431a6d8ccde9 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 22 Jan 2013 18:42:29 +0100 Subject: LocomotorPrimitives: Tinkering to make simulation faster No success yet... :-( --- LocomotorPrimitivesManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LocomotorPrimitivesManager.cpp') diff --git a/LocomotorPrimitivesManager.cpp b/LocomotorPrimitivesManager.cpp index 71df313..d1925db 100644 --- a/LocomotorPrimitivesManager.cpp +++ b/LocomotorPrimitivesManager.cpp @@ -4,6 +4,6 @@ bool LocomotorPrimitivesManager::doIntegration(SimTK::State &s, int step, double dtFirst) { - // TODO possiblly additional calculations + // TODO possibly additional calculations return OpenSim::Manager::doIntegration(s, step, dtFirst); -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf