OpenCMISS / iron

Source code repository for OpenCMISS-Iron
9 stars 62 forks source link

Bug: cmfe_ControlLoop_TimesGet returns wrong values #97

Closed maierbn closed 6 years ago

maierbn commented 6 years ago

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.