Changes between Initial Version and Version 1 of Ticket #3903, comment 4
- Timestamp:
- 2017-12-04T13:43:19Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3903, comment 4
initial v1 1 1 I 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 3 3 model vector_function 4 4 … … 18 18 out = func(arg); 19 19 end vector_function; 20 20 }}}