Changes between Initial Version and Version 1 of Ticket #2352


Ignore:
Timestamp:
2013-09-18T06:05:21Z (12 years ago)
Author:
Lennart Ochel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2352

    • Property Owner changed from probably noone to Lennart Ochel
    • Property Status newassigned
  • Ticket #2352 – Description

    initial v1  
    55see the model below.
    66
     7{{{
    78simulate(TestRandom,stopTime=10)
    89
     
    2425TestRandom.c:158: error: incompatible types when assigning to type 'double' from type 'integer_array'
    2526mingw32-make: *** [TestRandom.o] Error 1
     27}}}
    2628
    2729
    2830
    2931
    30 
    31 
     32{{{#!mo
    3233package Random
    3334
     
    9596  end TestRandom;
    9697end Random;
     98}}}