Changes between Initial Version and Version 1 of Ticket #3903, comment 4


Ignore:
Timestamp:
2017-12-04T14:43:19+01:00 (7 years ago)
Author:
sjoelund.se
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3903, comment 4

    initial v1  
    11I managed to isolate the problem with mmc_mk_modelica_array. The following small model also triggers an FMU build error undefined reference to `mmc_mk_modelica_array'.
    2 
     2{{{#!mo
    33model vector_function
    44
     
    1818  out = func(arg);
    1919end vector_function;
    20 
     20}}}