Changes between Initial Version and Version 2 of Ticket #3516


Ignore:
Timestamp:
2015-10-15T12:26:20Z (9 years ago)
Author:
Vitalij Ruge
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3516

    • Property Cc Per Östlund added
  • Ticket #3516 – Description

    initial v2  
    77
    88  model repM
    9     parameter Real pM1 = 1;
    109    replaceable model model1 = pSetPara.base;
    1110  protected
     
    1514  model updatePara
    1615    parameter Real unknow(fixed = false);
    17     repM M(pM1 = unknow, redeclare model model1 = pSetPara.base(p = unknow));
     16    repM M(redeclare model model1 = pSetPara.base(p = unknow));
    1817  initial equation
    1918    unknow = -1;