Changes between Initial Version and Version 1 of Ticket #4696, comment 4
- Timestamp:
- 2018-02-26T07:51:53Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4696, comment 4
initial v1 1 Generation of ModelStructure works now. FMI Jacobian code still fails though. 2 1 3 The fix challenges code generation by making use of a previously unused feature: assignment of arrays to Jacobian variables, see [https://github.com/OpenModelica/OMCompiler/pull/2230 PR2230] 2 4 3 There is a remaining issue though: the backend introduces the variable `uSeedFMIDER` that is unknown during code generation. This seems to be related to `u` being input. The example works with an intermediate variable:5 There is a remaining issue: the backend introduces the variable `uSeedFMIDER` that is unknown during code generation. This seems to be related to `u` being input. The example works with an intermediate variable: 4 6 {{{ 5 7 model SortTest