small change to example plugin (line 479) in 2.0.2 BETA
Need to fix the step() method in the example plugin and check back into repository. (line 479): CURRENTLY if(!proceed(_model->getStep(s))) return(0); SHOULD BE if(!proceed(stepNumber)) return(0); Then the example plugin compiles and executes. Tim
Done, and will show in the next build. Thanks Tim. ----- Original Message ----- From: Tim Dorn To: opensim-testers@simtk.org Sent: Wednesday, April 14, 2010 7:05 PM Subject: [Opensim-testers] small change to example plugin (line 479) in2.0.2 BETA Need to fix the step() method in the example plugin and check back into repository. (line 479): CURRENTLY if(!proceed(_model->getStep(s))) return(0); SHOULD BE if(!proceed(stepNumber)) return(0); Then the example plugin compiles and executes. Tim ------------------------------------------------------------------------------ _______________________________________________ Opensim-testers mailing list Opensim-testers@simtk.org https://simtk.org/mailman/listinfo/opensim-testers
participants (2)
-
Ayman Habib -
Tim Dorn