Changes between Initial Version and Version 5 of Ticket #5886
- Timestamp:
- 2020-03-13T09:14:06Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5886
- Property Owner changed from to
- Property Status new → accepted
- Property Milestone Future → 1.16.0
-
Ticket #5886 – Description
initial v5 1 1 The following model (Top in the Bug package) fails compilation. 2 For some reason, if z is 1, omc produces C code including calls to a nonexistent function Bug_Component_array_get. The calls to this function also reference a parameter "components"which does not exist in the caller's context.2 For some reason, if {{{z}}} is {{{1}}}, omc produces C code including calls to a nonexistent function {{{Bug_Component_array_get}}}. The calls to this function also reference a parameter {{{components}}} which does not exist in the caller's context. 3 3 4 Setting z to anything than 2 produces working code, where the Bug_Component_array_getis not declared not used anywhere.4 Setting {{{z}}} to anything greater than {{{1}}} produces working code, where the {{{Bug_Component_array_get}}} is not declared not used anywhere.