crank_slider.mbd MBDyn file working
This commit is contained in:
@@ -72,3 +72,9 @@ void MbD::ASMTSimulationParameters::seterrorTol(double tol)
|
||||
{
|
||||
errorTol = tol;
|
||||
}
|
||||
|
||||
void MbD::ASMTSimulationParameters::setmaxIter(int maxIter)
|
||||
{
|
||||
iterMaxPosKine = maxIter;
|
||||
iterMaxAccKine = maxIter;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user