Changes between Initial Version and Version 2 of Ticket #3516
- Timestamp:
- 2015-10-15T12:26:20Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3516
- Property Cc added
-
Ticket #3516 – Description
initial v2 7 7 8 8 model repM 9 parameter Real pM1 = 1;10 9 replaceable model model1 = pSetPara.base; 11 10 protected … … 15 14 model updatePara 16 15 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)); 18 17 initial equation 19 18 unknow = -1;