Changes between Initial Version and Version 3 of Ticket #1654
- Timestamp:
- 2013-03-11T11:12:46Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1654
- Property Cc wbraun, → wbraun
- Property Component → Frontend
-
Ticket #1654 – Description
initial v3 1 1 is this wanted: 2 2 3 {{{function foo 3 {{{ 4 function foo 4 5 input Real x[:]; 5 6 output Real y[size(x,1)]; … … 13 14 der(y)=-4*y; 14 15 x=foo({y,2.,1.}); 15 end ArrayEqn1;}}} 16 end ArrayEqn1; 17 }}} 16 18 17 19 Should this really work, because we test this in ArrayEquation.mos. With the old simulation runtime it's even simulate. \\Actually, it should not possible to check this model, because of Size mismatch.