Changes between Initial Version and Version 1 of Ticket #4273, comment 8
- Timestamp:
- 2020-06-04T11:25:25Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4273, comment 8
initial v1 15 15 See [https://github.com/OpenModelica/OpenModelica/pull/897 PR#897] for the current status of flags in FMUs and CVODE inside an CS FMU. 16 16 17 At the moment first examples are compiling with CVODE and allocating and freeing CVODE data works.17 At the moment first examples are compiling with CVODE, allocating and freeing CVODE data works as well. 18 18 Next the fmi2DoStep function gets an upgrade to do an integration step with CVODE.