Skip to content

Commit

Permalink
Undo line break in code
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral committed Sep 4, 2022
1 parent 6046df8 commit b3c68cc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ equation
connect(logFrequencySweep.y,currentSource. f) annotation (Line(points={{19,-50},{6,-50},{6,-12}}, color={0,0,127}));
connect(plug_p,currentSource. plug_p) annotation (Line(points={{-100,0},{-10,0}}, color={85,170,255}));
connect(currentSource.plug_n, plug_n) annotation (Line(points={{10,0},{100,0}}, color={85,170,255}));
connect(currentSource.I, const.y) annotation (Line(points={{-6,-12},{-6,-12},{-6,
-50},{-39,-50}}, color={85,170,255}));
connect(currentSource.I, const.y) annotation (Line(points={{-6,-12},{-6,-12},{-6,-50},{-39,-50}}, color={85,170,255}));
annotation (defaultComponentName="currentSource",Icon(graphics={
Ellipse(
extent={{-50,50},{50,-50}},
Expand Down

0 comments on commit b3c68cc

Please sign in to comment.