We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9b6b8 commit d5d4597Copy full SHA for d5d4597
PNlib/Examples/Models/FiliP/ModellStationen/Station1.mo
@@ -19,6 +19,6 @@ equation
19
connect(station.placeIn[3], pflegekraft.transitionOut[3]);
20
annotation(
21
Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})),
22
- Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})),
23
- experiment(StartTime = 0, StopTime = 365, Tolerance = 1e-06));
+ Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}))/*,
+ experiment(StartTime = 0, StopTime = 365, Tolerance = 1e-06)*/);
24
end Station1;
0 commit comments