Changes between Initial Version and Version 1 of Ticket #2209, comment 3


Ignore:
Timestamp:
2018-03-29T16:43:59Z (7 years ago)
Author:
Francesco Casella

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2209, comment 3

    initial v1  
    55  Real x;
    66equation
    7  der(x) = smooth(0,if x < 1 then 2 else -x + 3);
     7 der(x) = if x < 1 then 2 else -x + 3;
    88end M1;
    99