Changes between Initial Version and Version 1 of Ticket #3213


Ignore:
Timestamp:
2015-03-12T19:12:04Z (10 years ago)
Author:
Gustaf Thorslund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3213 – Description

    initial v1  
    1515
    1616  model AEAETest
    17     AEAE x;
     17    AEAE x(each start=0, each fixed=true);
    1818  algorithm
    1919    when sample(0,0.1) then
     
    2727
    2828  model AEAITest
    29     AEAI x;
     29    AEAI x(each start=0, each fixed=true);
    3030  algorithm
    3131    when sample(0,0.1) then
     
    3939
    4040  model AIAETest
    41     AIAE x;
     41    AIAE x(each start=0, each fixed=true);
    4242  algorithm
    4343    when sample(0,0.1) then
     
    5151
    5252  model AIAITest
    53     AIAI x;
     53    AIAI x(each start=0, each fixed=true);
    5454  algorithm
    5555    when sample(0,0.1) then
     
    131131  end when;
    132132end ArrayArrayTest.AIAITest;
    133 Warning: The initial conditions are not fully specified. Use +d=initialization for more information.
    134133}}}
    135134