summaryrefslogtreecommitdiff
path: root/LocomotorPrimitivesController.cpp
diff options
context:
space:
mode:
authorTobias Klauser <tobias.klauser@uzh.ch>2013-02-14 14:05:58 +0100
committerTobias Klauser <tobias.klauser@uzh.ch>2013-02-14 14:05:58 +0100
commit7b3b1644a60d3f1a0921302b5b416b0358c56b1e (patch)
tree96043382248b50a87b7e683b0cc35e05e6d9676c /LocomotorPrimitivesController.cpp
parentf3731987cef7181a3de2a0b530f8e78e3174bdd7 (diff)
LocomotorPrimitivesController: Add missing space in log message
Diffstat (limited to 'LocomotorPrimitivesController.cpp')
-rw-r--r--LocomotorPrimitivesController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LocomotorPrimitivesController.cpp b/LocomotorPrimitivesController.cpp
index 74ce21c..8a85e4f 100644
--- a/LocomotorPrimitivesController.cpp
+++ b/LocomotorPrimitivesController.cpp
@@ -170,7 +170,7 @@ void LocomotorPrimitivesController::computeControls(const SimTK::State &s,
}
if (n % N_PRINT == 0)
- logger.log("timestep %f: actuation data for"
+ logger.log("timestep %f: actuation data for "
"muscle '%s': %f\n",
t, muscle_name.c_str(), mact);