#1875 closed defect (fixed)
Error printed although record instantiation succeeds
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | Frontend | Version: | |
Keywords: | Cc: |
Description
The following works, but produces an error-messages:
record SC constant Real x = 15; constant Real y = 15 / x; end SC; model M SC sc = SC(); end M;
Change History (3)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 12 years ago
Summary: | Error printed but function succeeds → Error printed although record instantiation succeeds |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in r13426.