Changes between Initial Version and Version 1 of Ticket #3213
- Timestamp:
- 2015-03-12T19:12:04Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3213 – Description
initial v1 15 15 16 16 model AEAETest 17 AEAE x ;17 AEAE x(each start=0, each fixed=true); 18 18 algorithm 19 19 when sample(0,0.1) then … … 27 27 28 28 model AEAITest 29 AEAI x ;29 AEAI x(each start=0, each fixed=true); 30 30 algorithm 31 31 when sample(0,0.1) then … … 39 39 40 40 model AIAETest 41 AIAE x ;41 AIAE x(each start=0, each fixed=true); 42 42 algorithm 43 43 when sample(0,0.1) then … … 51 51 52 52 model AIAITest 53 AIAI x ;53 AIAI x(each start=0, each fixed=true); 54 54 algorithm 55 55 when sample(0,0.1) then … … 131 131 end when; 132 132 end ArrayArrayTest.AIAITest; 133 Warning: The initial conditions are not fully specified. Use +d=initialization for more information.134 133 }}} 135 134