Changes between Initial Version and Version 2 of Ticket #2092


Ignore:
Timestamp:
2013-02-27T22:54:01Z (12 years ago)
Author:
Bill Janssen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2092

    • Property Component BackendFrontend
    • Property Owner changed from probably noone to somebody
  • Ticket #2092 – Description

    initial v2  
    1818%
    1919}}}
    20 
    21 The model t2.mo is
    22 
    23 
    24 {{{
    25 model t2
    26   parameter Integer nu;
    27   input Integer[nu] vals;
    28   Integer y;
    29 equation
    30   y = max({abs(yi_torque) for i in 1:nu});
    31 end t2;
    32 
    33 }}}
    34