OpenCMISS/iron

Bug: cmfe_ControlLoop_TimesGet returns wrong values

Closed this issue · 0 comments

When calling
CALL cmfe_ControlLoop_TimesGet(ControlLoop, startTime,stopTime,timeIncrement, &
& currentTime,currentLoopIteration,outputIterationNumber, Err)
timeIncrement and currentTime are swapped compared to the naming in opencmiss_iron.f90.

I swapped the variables according to the signature in pull request #98.