Skip to content

Commit 90f5dde

Browse files
committed
correct unintended pixel changes as requested by beutlich
1 parent 2abe232 commit 90f5dde

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Modelica/Electrical/Machines/Examples/SynchronousMachines/SMEE_LoadDump.mo

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,11 @@ equation
214214
points={{-90,40},{-90,50},{-80,50}},
215215
color={0,0,255}));
216216
connect(loadControl.y, switch.control[1]) annotation (Line(
217-
points={{-19,80},{-10,80},{-10,61.3333}},
218-
color={255,0,255}));
217+
points={{-19,80},{-10,80},{-10,62}}, color={255,0,255}));
219218
connect(loadControl.y, switch.control[2]) annotation (Line(
220219
points={{-19,80},{-10,80},{-10,62}}, color={255,0,255}));
221220
connect(loadControl.y, switch.control[3]) annotation (Line(
222-
points={{-19,80},{-10,80},{-10,62.6667}},
223-
color={255,0,255}));
221+
points={{-19,80},{-10,80},{-10,62}}, color={255,0,255}));
224222
connect(star.pin_n, ground.p) annotation (Line(
225223
points={{-90,20},{-90,10}}, color={0,0,255}));
226224
annotation (experiment(StopTime=10, Interval=1E-4, Tolerance=1e-06), Documentation(info="<html>

0 commit comments

Comments
 (0)