Changes between Initial Version and Version 2 of Ticket #3770
- Timestamp:
- 2016-03-17T12:29:10Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3770 – Description
initial v2 1 1 For the following model from the cpp runtime tests suite, it appears a wrong clock equation is generated. 2 2 3 {{{#!mo 3 4 model SolverMethod "Continuous PI controller in a clocked partition; 4 5 see Modelica 3.3 spec, section 16.8.3 Associating a Solver to a Partition" … … 17 18 0.2*der(x) = hold(u); 18 19 end SolverMethod; 20 }}} 21 19 22 For the variable xd this equation is generated: 20 23