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;
Note:
See TracTickets
for help on using tickets.
Fixed in r20252.