Opened 11 years ago

Closed 11 years ago

#2154 closed defect (fixed)

Connecting arrays of constants or parameters does not generate asserts

Reported by: perost Owned by: perost
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 Changed 11 years ago by perost

  • Owner changed from somebody to perost
  • Status changed from new to accepted

comment:2 Changed 11 years ago by m.groetsch@…

  • Cc m.groetsch@… added

comment:3 Changed 11 years ago by perost

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

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

Note: See TracTickets for help on using tickets.