auto max = 0 to double max = 0.0

This commit is contained in:
Aik-Siong Koh
2023-10-17 07:55:59 -06:00
parent 0b07ff126a
commit 8c383a1003
26 changed files with 67 additions and 67 deletions

View File

@@ -610,7 +610,7 @@ void CADSystem::runPiston()
systemSolver->errorTolAccKine = 1.0e-6;
systemSolver->iterMaxPosKine = 25;
systemSolver->iterMaxAccKine = 25;
systemSolver->tstart = 0;
systemSolver->tstart = 0.0;
systemSolver->tend = 25.0;
systemSolver->hmin = 2.5e-8;
systemSolver->hmax = 25.0;