Changes between Initial Version and Version 1 of Ticket #4089, comment 1
- Timestamp:
- 2016-10-24T05:58:40Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4089, comment 1
initial v1 1 1 [https://github.com/OpenModelica/OMCompiler/pull/1153 PR1153] attempts to fix `hideResult` for the generated code. 2 3 A couple of tests fail: [https://test.openmodelica.org/hudson/job/OpenModelica_TEST_PULL_REQUEST/3270/#showFailuresLink Hudson] 4 5 The C runtime appears to omit some variables from the result file after this change. See for instance 6 `Modelica.Blocks.Examples.LogicalNetwork1`. 7 The protected algebraic variable `table1.nextTime` is gone; the protected parameter `table1.n` is still there. The init.xml file lists both of them!? 8