Opened 11 years ago

Closed 11 years ago

#2155 closed defect (fixed)

Cannot declare constant record

Reported by: sjoelund.se Owned by: sjoelund.se
Priority: high Milestone: 1.9.0
Component: Frontend Version: trunk
Keywords: Cc: adrpo

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 Changed 11 years ago by sjoelund.se

  • Owner changed from somebody to sjoelund.se
  • Status changed from new to accepted

comment:2 Changed 11 years ago by sjoelund.se

  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed in r15868

Note: See TracTickets for help on using tickets.