Changes between Version 3 and Version 4 of Ticket #3066, comment 4


Ignore:
Timestamp:
2015-01-12T08:09:28Z (10 years ago)
Author:
Willi Braun

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3066, comment 4

    v3 v4  
    66equation
    77  //der(y) = y + p;
    8    p = integer(y - der(y));
     8   p = integer(der(y) - y);
    99  der(y) = y;
    1010end A;
     
    1515der(y) = y + p;
    1616<=>
    17 p = y - der(y);
     17p = der(y) - y;
    1818}}}
    1919Okay, that perhaps a discussion for the Modelica Trac.