Opened 11 years ago

Closed 11 years ago

#2642 closed defect (fixed)

Multiple modifier

Reported by: Vitalij Ruge Owned by: somebody
Priority: normal Milestone: 1.9.1
Component: Frontend Version: trunk
Keywords: Cc:

Description

Currently in OpenModelica it is possible to set multiple modifier for attributes.

e.g.

model foo
  Real x(start = 1, start = 0.0, fixed = true, fixed = false, nominal = 1.0, nominal = 0.0);
equation
  der(x) = 0.0;
end foo;

Change History (1)

comment:1 by Per Östlund, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in r20252.

Note: See TracTickets for help on using tickets.