Changes between Initial Version and Version 1 of Ticket #6037, comment 2
- Timestamp:
- 2020-07-20T13:02:43Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6037, comment 2
initial v1 14 14 15 15 As a workaround for previous versions of the OpenModelica one could just edit the provided {{{fmu2_model_interface.c.inc}}} and change: 16 {{{ 16 {{{#!c 17 17 if (comp->stopTimeDefined) 18 18 tEnd = comp->stopTime;