From bee86ba6cfff5cefb7de10f18fe4f306bbc758ef Mon Sep 17 00:00:00 2001 From: "fabian.wuellhorst" Date: Mon, 18 Sep 2023 08:35:38 +0200 Subject: [PATCH] fix poorly displayed connection in OM [ci-skip] --- IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse1.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse1.mo b/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse1.mo index ae829a5559..e9d382f1de 100644 --- a/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse1.mo +++ b/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse1.mo @@ -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),