Opened 11 years ago

Closed 11 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 Niklas Worschech, 11 years ago

Priority: highcritical

comment:2 by Willi Braun, 11 years ago

Resolution: invalid
Status: newclosed

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_.

Note: See TracTickets for help on using tickets.