Changes between Initial Version and Version 1 of Ticket #2352
- Timestamp:
- 2013-09-18T06:05:21Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2352
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #2352 – Description
initial v1 5 5 see the model below. 6 6 7 {{{ 7 8 simulate(TestRandom,stopTime=10) 8 9 … … 24 25 TestRandom.c:158: error: incompatible types when assigning to type 'double' from type 'integer_array' 25 26 mingw32-make: *** [TestRandom.o] Error 1 27 }}} 26 28 27 29 28 30 29 31 30 31 32 {{{#!mo 32 33 package Random 33 34 … … 95 96 end TestRandom; 96 97 end Random; 98 }}}