Skip to content
Snippets Groups Projects
Commit aa13d163 authored by Van Dung NGUYEN's avatar Van Dung NGUYEN
Browse files

oups return is forgoten

parent 09962c83
No related branches found
No related tags found
1 merge request!309Master
......@@ -14753,6 +14753,7 @@ double nonLinearMechSolver::solveMicroSolverForwardEuler(){
elsys->nextStep();
_timeManager->computeTimeStepForNextSolving(1);
}
return _timeManager->getLastTime();
};
 
void nonLinearMechSolver::setTime(const double ctime,const double dtime, const int curstep){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment