Changes between Initial Version and Version 1 of Ticket #2774


Ignore:
Timestamp:
2014-08-08T10:06:09Z (11 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2774 – Description

    initial v1  
    1010  when sample(0,0.1) then
    1111    for i in 1:n loop
    12       d[i] := pre(d[i])+1;
     12      d[i] := d[i]+1;
    1313    end for;
    1414  end when;