From 7b3b1644a60d3f1a0921302b5b416b0358c56b1e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 14 Feb 2013 14:05:58 +0100 Subject: LocomotorPrimitivesController: Add missing space in log message --- LocomotorPrimitivesController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf