Opened 16 years ago
Last modified 15 years ago
#1063 closed defect (fixed)
Vectorised type does not work (from MathCore)
Reported by: | krsta | Owned by: | krsta |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | krsta, |
Description
The following model is legal Modelica but it does not work in OpenModelica:
model TestVec type k = Real[3]; k kstart={1,2,3}; end TestVec;
Note:
See TracTickets
for help on using tickets.
http://intranet/trac/mathmodelica/ticket/1114