Skip to content

Commit 5a445f2

Browse files
committed
Remove connection that was already defined in parent class. It generated a scripting error in OMedit. Code would still work, but no reason to confuse users with inconsequential error message.
1 parent a3045cd commit 5a445f2

File tree

1 file changed

+0
-2
lines changed
  • Modelica/Electrical/PowerConverters/Interfaces/Enable

1 file changed

+0
-2
lines changed

Modelica/Electrical/PowerConverters/Interfaces/Enable/Enable1.mo

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ partial model Enable1
1717
equation
1818
connect(andCondition_p.u1, fire_p) annotation (Line(
1919
points={{-60,-92},{-60,-120}}, color={255,0,255}));
20-
connect(enableLogic.enable, enable) annotation (Line(
21-
points={{100,-92},{100,-120}}, color={255,0,255}));
2220
connect(enableLogic.internalEnable[1], andCondition_p.u2) annotation (
2321
Line(
2422
points={{79,-80},{76,-80},{76,-96},{40,-96},{40,-76},{-40,-76},{-40,-100},

0 commit comments

Comments
 (0)