Opened 12 years ago

Closed 12 years ago

#2154 closed defect (fixed)

Connecting arrays of constants or parameters does not generate asserts

Reported by: Per Östlund Owned by: Per Östlund
Priority: high Milestone: 1.9.0
Component: Frontend Version: trunk
Keywords: Cc: m.groetsch@…

Description

The following model does not generate the correct assert equations for the connections:

connector C
  parameter Real e[3];
end C;

model M
  C c1, c2;
equation
  connect(c1, c2);
end M;

Change History (3)

comment:1 by Per Östlund, 12 years ago

Owner: changed from somebody to Per Östlund
Status: newaccepted

comment:2 by m.groetsch@…, 12 years ago

Cc: m.groetsch@… added

comment:3 by Per Östlund, 12 years ago

Resolution: fixed
Status: acceptedclosed

Fixed in r15837. The fix should be available in the nightly builds tomorrow.

Note: See TracTickets for help on using tickets.