Changes between Initial Version and Version 2 of Ticket #2092
- Timestamp:
- 2013-02-27T22:54:01Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2092
- Property Component Backend → Frontend
- Property Owner changed from to
-
Ticket #2092 – Description
initial v2 18 18 % 19 19 }}} 20 21 The model t2.mo is22 23 24 {{{25 model t226 parameter Integer nu;27 input Integer[nu] vals;28 Integer y;29 equation30 y = max({abs(yi_torque) for i in 1:nu});31 end t2;32 33 }}}34