Changes between Initial Version and Version 3 of Ticket #1654


Ignore:
Timestamp:
2013-03-11T11:12:46Z (12 years ago)
Author:
Willi Braun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1654

    • Property Cc wbraun, → wbraun
    • Property ComponentFrontend
  • Ticket #1654 – Description

    initial v3  
    11is this wanted:
    22
    3 {{{function foo
     3{{{
     4function foo
    45  input Real x[:];
    56  output Real y[size(x,1)];
     
    1314  der(y)=-4*y;
    1415  x=foo({y,2.,1.});
    15 end ArrayEqn1;}}}
     16end ArrayEqn1;
     17}}}
    1618
    1719Should 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.