Opened 12 years ago

Closed 12 years ago

#2155 closed defect (fixed)

Cannot declare constant record

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: high Milestone: 1.9.0
Component: Frontend Version: trunk
Keywords: Cc: Adrian Pop

Description

Cannot declare constant record:

record DataRecord
  Real R;
  Real cp;
  Real cv = cp - R;
end DataRecord;

model M
  constant DataRecord r;
end M;

Change History (2)

comment:1 by Martin Sjölund, 12 years ago

Owner: changed from somebody to Martin Sjölund
Status: newaccepted

comment:2 by Martin Sjölund, 12 years ago

Resolution: fixed
Status: acceptedclosed

Fixed in r15868

Note: See TracTickets for help on using tickets.