diff options
-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); |