Changes between Initial Version and Version 1 of Ticket #3255, comment 2
- Timestamp:
- 2015-04-01T00:52:22Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3255, comment 2
initial v1 1 1 Seems that Modelica allows you to write: 2 2 {{{ 3 replaceable T1 a[2] annotation(1), b[3] annotation(2), c[4] annotation(3) constrainedby T2 annotation(4); 3 replaceable T1 a[2] annotation(1), 4 b[3] annotation(2), 5 c[4] annotation(3) 6 constrainedby T2 annotation(4); 4 7 }}} 5 8 which is a bit weird as constrainedby T2 should be applied to all the components.