Skip to content

Commit

Permalink
fix poorly displayed connection in OM [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian.wuellhorst committed Sep 18, 2023
1 parent bee48ed commit bee86ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse1.mo
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ model SimpleHouse1 "Building wall model"
equation
connect(walRes.port_b, walCap.port) annotation (Line(points={{100,0},{112,0},
{112,1.77636e-15},{140,1.77636e-15}}, color={191,0,0}));
connect(TOut.port, walRes.port_a)
annotation (Line(points={{0,0},{80,0}}, color={191,0,0}));
connect(TOut.port, walRes.port_a) annotation(
Line(points = {{-60, 0}, {80, 0}}, color = {191, 0, 0}));
annotation (Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-240,
-220},{200,200}})),
experiment(Tolerance=1e-6, StopTime=1e+06),
Expand Down

0 comments on commit bee86ba

Please sign in to comment.