Skip to content

Commit d5d4597

Browse files
authored
Disable experiment annotation in Station1 (#71)
1 parent ab9b6b8 commit d5d4597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: PNlib/Examples/Models/FiliP/ModellStationen/Station1.mo

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ equation
1919
connect(station.placeIn[3], pflegekraft.transitionOut[3]);
2020
annotation(
2121
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));
22+
Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}))/*,
23+
experiment(StartTime = 0, StopTime = 365, Tolerance = 1e-06)*/);
2424
end Station1;

0 commit comments

Comments
 (0)