Skip to content
Success

Changes

Summary

  1. Fix error in CVODE result interpolation (details)
Commit dd04f813926811c7a624f52223a852ea4af68889 by reino.ruusu
Fix error in CVODE result interpolation

refs #1330

It seems that simply calling CVode with mode CV_NORMAL does not work correctly to return at the given stopping time, if the previous call stopped due to a root.
The file was modifiedsrc/OMSimulatorLib/SystemSC.cpp (diff)
The file was modifiedtestsuite/simulation/EventTest.lua (diff)