Changes between Initial Version and Version 1 of Ticket #3358


Ignore:
Timestamp:
2015-06-19T10:01:53Z (9 years ago)
Author:
Lennart Ochel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3358 – Description

    initial v1  
    33{{{#!mo
    44model foo3
    5   Real x;
     5  Real x(fixed=true, start=0.0);
    66  Boolean b1, b2;
    77algorithm
     
    1818{{{#!mo
    1919model foo3b
    20   Real x;
     20  Real x(fixed=true, start=0.0);
    2121  Boolean b1, b2;
    2222algorithm