Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 Martin Sjölund, 12 years ago

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

Fixed in r13426.

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

Resolution: fixed
Status: assignedclosed

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

Summary: Error printed but function succeedsError printed although record instantiation succeeds
Note: See TracTickets for help on using tickets.