Manager::integrate VS. Manager::doIntegration
Posted: Wed Nov 14, 2012 6:13 pm
Hi everybody;
I was wondering what is the difference between these two methods:
bool integrate (SimTK::State &s, double dtFirst=1.0e-6)
bool doIntegration (SimTK::State &s, int step, double dtFirst)
it seems that they have the same output results.
I was also wondering what is the second input in the "doIntegration" method (int step)? It seems that the output result is not a function of this input!!
Thanks
Sina
I was wondering what is the difference between these two methods:
bool integrate (SimTK::State &s, double dtFirst=1.0e-6)
bool doIntegration (SimTK::State &s, int step, double dtFirst)
it seems that they have the same output results.
I was also wondering what is the second input in the "doIntegration" method (int step)? It seems that the output result is not a function of this input!!
Thanks
Sina