Changes between Initial Version and Version 1 of Ticket #2370
- Timestamp:
- 2013-09-27T09:04:38Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2370
- Property Component Parser → Frontend
- Property Owner changed from to
-
Ticket #2370 – Description
initial v1 6 6 7 7 This is indeed very strange, since the instantiated model actually has the correct code (see below) that is equivalent to the manually coded block a: 8 8 {{{#!mo 9 9 // correct automatically generated code for block c 10 10 class inputoutput.c … … 51 51 annotation(Icon(coordinateSystem(extent = {{-100,-100},{100,100}}, preserveAspectRatio = true, initialScale = 0.1, grid = {2,2})), Diagram(coordinateSystem(extent = {{-100,-100},{100,100}}, preserveAspectRatio = true, initialScale = 0.1, grid = {2,2})), uses(Modelica(version = "3.2"))); 52 52 end inputoutput; 53 }}}