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 , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 12 years ago
Cc: | added |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r15837. The fix should be available in the nightly builds tomorrow.