Skip to content

Commit

Permalink
Added missing each keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Jun 24, 2014
1 parent 9f4ba99 commit 90b4756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Buildings/Rooms/MixedAir.mo
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ model MixedAir "Model of a room in which the air is completely mixed"
"Control signal for the shading device (removed if no shade is present)"
annotation (Placement(transformation(extent={{-300,160},{-260,200}}),
iconTransformation(extent={{-240,140},{-200,180}})));
Modelica.Blocks.Interfaces.RealInput qGai_flow[3](unit="W/m2")
Modelica.Blocks.Interfaces.RealInput qGai_flow[3](each unit="W/m2")
"Radiant, convective and latent heat input into room (positive if heat gain)"
annotation (Placement(transformation(extent={{-300,80},{-260,120}})));
// Reassign the tilt since a construction that is declared as a ceiling of the
Expand Down

0 comments on commit 90b4756

Please sign in to comment.