Changes between Version 1 and Version 2 of Ticket #5110, comment 8


Ignore:
Timestamp:
2018-09-18T06:21:27Z (7 years ago)
Author:
Rüdiger Franke

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5110, comment 8

    v1 v2  
    1111    when Clock() then
    1212      x1 = if firstTick() then previous(x1) else previous(x1) + u;
    13       x2 = if firstTick(u) then previous(x1) else previous(x1) + u;
     13      x2 = if firstTick(u) then previous(x2) else previous(x2) + u;
    1414    end when;
    1515  end foo;