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;

Change History (2)

comment:2 Changed 15 years ago by perost

This works now, seems to be similar to bug #1119|BUG:1119.

Note: See TracTickets for help on using tickets.