controllab / fmi-export-20sim

FMI export code generation template for 20-sim
GNU General Public License v3.0
3 stars 4 forks source link

Compile error on xx_workarray #11

Closed margro closed 8 years ago

margro commented 8 years ago

Error from a model which uses workarrays in the generated code:

c:\temp\body_blocke006\src\xxmodel.c(733): error C2065: 'xx_workarray': undeclared identifier

TODO: add a define that redirects xx_workarray to the corresponding xx_model_instance member.