diff options
author | Tobias Klauser <tobias.klauser@uzh.ch> | 2013-02-14 14:05:58 +0100 |
---|---|---|
committer | Tobias Klauser <tobias.klauser@uzh.ch> | 2013-02-14 14:05:58 +0100 |
commit | 7b3b1644a60d3f1a0921302b5b416b0358c56b1e (patch) | |
tree | 96043382248b50a87b7e683b0cc35e05e6d9676c | |
parent | f3731987cef7181a3de2a0b530f8e78e3174bdd7 (diff) |
LocomotorPrimitivesController: Add missing space in log message
-rw-r--r-- | LocomotorPrimitivesController.cpp | 2 |
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); |