Ticket #5807: TestInitStart.mo

File TestInitStart.mo, 234 bytes (added by Francesco Casella, 5 years ago)
Line 
1model TestInitStart
2 final parameter Real p(start = p_start, fixed = false);
3 parameter Real p_start = -2;
4initial equation
5 (p - 1)*p*(p+2) = 0;
6annotation(__OpenModelica_simulationFlags(lv="LOG_NLS_V"));
7end TestInitStart;