[Opensim-testers] small change to example plugin (line 479) in
2.0.2 BETA
Tim Dorn
t.dorn at pgrad.unimelb.edu.au
Wed Apr 14 19:05:01 PDT 2010
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://simtk.org/pipermail/opensim-testers/attachments/20100415/c2d90142/attachment.html
More information about the Opensim-testers
mailing list