Skip to content

Commit

Permalink
Corrected annotation for #2550 (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Jun 25, 2021
1 parent f15e942 commit ed1ccd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ model RadiationTemperature "Radiative temperature of the room"
annotation (Placement(transformation(extent={{230,28},
{250,48}})));
parameter Boolean haveShade "Set to true if the windows have a shade"
annotation(HideResult="true");
annotation(HideResult=true);

Modelica.Blocks.Interfaces.RealInput uSha[NConExtWin](each min=0, each max=1) if
haveShade
Expand Down

0 comments on commit ed1ccd4

Please sign in to comment.