From 3b3211252915a22fa82a794e449d1f6000e8c5e5 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 5 Dec 2012 21:18:46 +0100 Subject: Move data files to own directory --- LocomotorPrimitivesController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LocomotorPrimitivesController.cpp') diff --git a/LocomotorPrimitivesController.cpp b/LocomotorPrimitivesController.cpp index 381e21f..84b6187 100644 --- a/LocomotorPrimitivesController.cpp +++ b/LocomotorPrimitivesController.cpp @@ -61,7 +61,7 @@ void LocomotorPrimitivesController::computeControls(const SimTK::State &s, SimTK for (std::vector::const_iterator it = _act.begin(); it != _act.end(); ++it) { MuscleEMGProfile p = *it; - std::cout << " " << p.getName() << "(" << p.getIdx() << "/" << p.getCapacity() << ")" << std::endl; + //std::cout << " " << p.getName() << "(" << p.getIdx() << "/" << p.getCapacity() << ")" << std::endl; } //const OpenSim::Muscle *rectfem = dynamic_cast(&getActuatorSet().get("bifemlh_r")); -- cgit v1.2.3-54-g00ecf