Changes between Initial Version and Version 1 of Ticket #3255, comment 2


Ignore:
Timestamp:
2015-04-01T00:52:22Z (10 years ago)
Author:
Adrian Pop

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3255, comment 2

    initial v1  
    11Seems that Modelica allows you to write:
    22{{{
    3 replaceable T1 a[2] annotation(1), b[3] annotation(2), c[4] annotation(3) constrainedby T2 annotation(4);
     3replaceable T1 a[2] annotation(1),
     4               b[3] annotation(2),
     5               c[4] annotation(3)
     6               constrainedby T2 annotation(4);
    47}}}
    58which is a bit weird as constrainedby T2 should be applied to all the components.