Opened 12 years ago
Closed 12 years ago
#2464 closed defect (invalid)
SimVar generation
| Reported by: | Niklas Worschech | Owned by: | probably noone |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.9.1 |
| Component: | Backend | Version: | trunk |
| Keywords: | Cc: |
Description
For the model Modelica.Electrical.Digital.Examples.Counter the dimension of some SimVar's are not correct generated. For e.g Counter.FF[4].RS2.Nor2.x a SimVar with numArrayElement = 2 ( instead of 1) and type_ = double is generated . Normaly numArrayElement is used for the dimension of the array variable so I think this is an error.
Change History (2)
comment:1 by , 12 years ago
| Priority: | high → critical |
|---|
comment:2 by , 12 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

numArrayElement should not used for the dimension of the a array, it is used for sorting SimVar variables in way that all array-elements are putted together.
For dimension the array use arrayCref and type_.