Skip to content

Commit

Permalink
Corrected typo in annotation
Browse files Browse the repository at this point in the history
This corrects a typo in the visible annotation that causes a warning in Dymola when saving the file
  • Loading branch information
mwetter committed Feb 2, 2024
1 parent 86bfd55 commit 79ac9ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions IBPSA/Fluid/FMI/Conversion/AirToOutlet.mo
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ block AirToOutlet
if allowFlowReversal
"Temperature of the backward flowing medium in the connector outlet"
annotation (Placement(
visible=allowFloWReserval,
visible=allowFlowReversal,
transformation(extent={{20,20},{-20,-20}},
rotation=90,
origin={-60,-120}),
Expand All @@ -61,7 +61,7 @@ block AirToOutlet
if Medium.nXi > 0 and allowFlowReversal
"Water mass fraction per total air mass of the backward flowing medium in the connector outlet"
annotation (Placement(
visible=allowFloWReserval,
visible=allowFlowReversal,
transformation(extent={{20,20},{-20,-20}},
rotation=90,
origin={0,-120}),
Expand All @@ -74,7 +74,7 @@ block AirToOutlet
if allowFlowReversal
"Trace substances of the backward flowing medium in the connector outlet"
annotation (Placement(
visible=allowFloWReserval,
visible=allowFlowReversal,
transformation(extent={{20,20},{-20,-20}},
rotation=90,
origin={60,-120}),
Expand Down
6 changes: 3 additions & 3 deletions IBPSA/Fluid/FMI/Conversion/InletToAir.mo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ block InletToAir
if allowFlowReversal
"Zone air temperature"
annotation (Placement(
visible=allowFloWReserval,
visible=allowFlowReversal,
transformation(extent={{-20,-20},{20,20}},
rotation=90,
origin={-60,-120}),
Expand All @@ -37,7 +37,7 @@ block InletToAir
if Medium.nXi > 0 and allowFlowReversal
"Zone air water mass fraction per total air mass"
annotation (Placement(
visible=allowFloWReserval,
visible=allowFlowReversal,
transformation(extent={{-20,-20},{20,20}},
rotation=90,
origin={0,-120}),
Expand All @@ -50,7 +50,7 @@ block InletToAir
if allowFlowReversal
"Zone air trace substances"
annotation (Placement(
visible=allowFloWReserval,
visible=allowFlowReversal,
transformation(extent={{-20,-20},{20,20}},
rotation=90,
origin={60,-120}),
Expand Down

0 comments on commit 79ac9ab

Please sign in to comment.