Changes between Initial Version and Version 1 of Ticket #2087


Ignore:
Timestamp:
2013-02-26T09:19:03+01:00 (12 years ago)
Author:
sjoelund.se
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2087 – Description

    initial v1  
    1111}}}
    1212
    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
     13This 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
    1415data->functionDAE(...);
    1516}}}