Changes between Initial Version and Version 1 of Ticket #2365
- Timestamp:
- 2013-09-26T08:38:19Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2365
- Property Component Backend → Frontend
- Property Owner changed from to
-
Ticket #2365 – Description
initial v1 1 {{{#!mo 1 2 model emptyVector1 2 3 record R … … 6 7 R r = R(i = 0); 7 8 end emptyVector1; 8 9 The call to the record constructor should enable the definition of r. But here the size of r.x is [2] and in the constructor [0]. -> incompatible sizes... (OMC r15030)9 }}} 10 The call to the record constructor should enable the definition of r. But here the size of `r.x is [2]` and in the constructor `[0]`. -> incompatible sizes... (OMC r15030)