Opened 13 years ago
Closed 13 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 , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in r15868