Skip to content

Commit 0210ca0

Browse files
authored
Merge pull request #4658 from fzenith/Enable1_redundant_connect
Remove connection that was already defined in parent class.
2 parents 478538e + d237eb2 commit 0210ca0

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)