Ticket #6433: ModelStartNotDefined.mo
| File ModelStartNotDefined.mo, 316 bytes (added by , 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | model ModelStartNotDefined |
| 2 | |
| 3 | parameter Real startA(fixed=false); |
| 4 | final parameter Real a(start=startA, fixed=false); |
| 5 | |
| 6 | Real x; |
| 7 | initial equation |
| 8 | startA = 1; |
| 9 | x^a = 2; |
| 10 | equation |
| 11 | x = 2; |
| 12 | annotation( |
| 13 | __OpenModelica_simulationFlags(lv = "LOG_NLS,LOG_NLS_V,LOG_STATS", s = "dassl")); |
| 14 | end ModelStartNotDefined; |
