Changes between Initial Version and Version 2 of Ticket #3770


Ignore:
Timestamp:
2016-03-17T12:29:10Z (9 years ago)
Author:
Lennart Ochel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3770 – Description

    initial v2  
    11For the following model from the cpp runtime tests suite, it appears a wrong clock equation is generated.
    22
     3{{{#!mo
    34model SolverMethod "Continuous PI controller in a clocked partition;
    45  see Modelica 3.3 spec, section 16.8.3 Associating a Solver to a Partition"
     
    1718  0.2*der(x) = hold(u);
    1819end SolverMethod;
     20}}}
     21
    1922For the variable xd this equation is generated:
    2023