Skip to content
Snippets Groups Projects
Commit 45a5610f authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Merge pull request #28 from mehdi-benallegue/master

Correct the time incrementation for control recomputation
parents dd03d5c1 d871ed4a
Branches
Tags
No related merge requests found
......@@ -299,7 +299,7 @@ increment( const double & dt )
/* Force the recomputation of the control. */
controlSIN( time+1 );
controlSIN( time );
sotDEBUG(25) << "u" <<time<<" = " << controlSIN.accessCopy() << endl;
/* Integration of numerical values. This function is virtual. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment