Changes between Initial Version and Version 1 of Ticket #2087
- Timestamp:
- 2013-02-26T08:19:03Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2087 – Description
initial v1 11 11 }}} 12 12 13 This is a problem for FMUs since there are now two functions available with the name functionDAE. In order to make the runtime work properly, we need to move this code into a struct and from the run-time call {{{#!c 13 This is a problem for FMUs since there are now two functions available with the name functionDAE. In order to make the runtime work properly, we need to move this code into a struct and from the run-time call 14 {{{#!c 14 15 data->functionDAE(...); 15 16 }}}