summaryrefslogtreecommitdiff
path: root/LocomotorPrimitives.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LocomotorPrimitives.cpp')
-rw-r--r--LocomotorPrimitives.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LocomotorPrimitives.cpp b/LocomotorPrimitives.cpp
index 7ceecb4..7e24f08 100644
--- a/LocomotorPrimitives.cpp
+++ b/LocomotorPrimitives.cpp
@@ -88,7 +88,7 @@ int main(void)
try {
// Create an OpenSim model and set its name
- OpenSim::Model osimModel("../../leg6dof9musc.osim");
+ OpenSim::Model osimModel("../../locomotor-primitives.osim");
osimModel.setName(MODEL_NAME);
constructModel(osimModel);