Skip to content

Commit

Permalink
Added missing parameter declaration (master) (#2671)
Browse files Browse the repository at this point in the history
* Added missing parameter declaration

For #2669
  • Loading branch information
mwetter committed Oct 14, 2021
1 parent 5a7a617 commit 85dbc3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions Buildings/ThermalZones/Detailed/FLEXLAB/Rooms/X3A/Electrical.mo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ model Electrical "Model of the electrical room attached to test cell X3A"
til = {Buildings.Types.Tilt.Floor},
azi = {Buildings.Types.Azimuth.N},
each stateAtSurface_a = false));
replaceable

replaceable parameter
Data.Constructions.OpaqueConstructions.ExteriorConstructions.Construction3
eleExt "Construction describing the exterior walls in the electrical room"
annotation (Placement(transformation(extent={{430,-210},{450,-190}})));
Expand Down Expand Up @@ -134,10 +135,19 @@ model Electrical "Model of the electrical room attached to test cell X3A"
</html>",
revisions = "<html>
<ul>
<li>Setp 16, 2013 by Peter Grant:<br/>
Added a model representing the floor.</li>
<li>July 26, 2013 by Peter Grant:<br/>
First implementation.</li>
<li>
October 13, 2021, by Michael Wetter:<br/>
Added missing <code>parameter</code> keyword.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2669\">issue 2669</a>.
</li>
<li>
September 16, 2013 by Peter Grant:<br/>
Added a model representing the floor.
</li>
<li>
July 26, 2013 by Peter Grant:<br/>
First implementation.
</li>
</ul>
</html>"), Icon(coordinateSystem(preserveAspectRatio=false, extent={{-200,
-200},{200,200}}), graphics={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ model Electrical "Model of the electrical room attached to test cell X3A"
</html>",
revisions = "<html>
<ul>
<li>Setp 16, 2013 by Peter Grant:<br/>
<li>September 16, 2013 by Peter Grant:<br/>
Added a model representing the floor.</li>
<li>July 26, 2013 by Peter Grant:<br/>
First implementation.</li>
Expand Down

0 comments on commit 85dbc3e

Please sign in to comment.