Skip to content

Commit

Permalink
Removed redeclare.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Oct 19, 2014
1 parent ef5141a commit e459e72
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Buildings/HeatTransfer/Windows/Examples/FixedShade.mo
Expand Up @@ -25,9 +25,7 @@ model FixedShade "Test model for the fixed shade model"
each hWin=1.5,
each wWin=2,
each glaSys=glaSys,
redeclare
Buildings.HeatTransfer.Data.OpaqueConstructions.Insulation100Concrete200
layers,
each layers=insCon,
ove(
wR={0.1,0.1,0,0},
wL={0.1,0.1,0,0},
Expand All @@ -42,6 +40,9 @@ model FixedShade "Test model for the fixed shade model"
parameter Buildings.HeatTransfer.Data.GlazingSystems.DoubleClearAir13Clear glaSys
"Glazing system"
annotation (Placement(transformation(extent={{-80,-80},{-60,-60}})));
parameter Data.OpaqueConstructions.Insulation100Concrete200 insCon
"Insulation and concrete material"
annotation (Placement(transformation(extent={{0,-80},{20,-60}})));
equation
connect(weaDat.weaBus, sha[1].weaBus) annotation (Line(
points={{-40,0},{60,0}},
Expand Down Expand Up @@ -97,6 +98,10 @@ nor a side fin.
</html>", revisions="<html>
<ul>
<li>
October 17, 2014, by Michael Wetter:<br/>
Removed <code>redeclare</code> statement for <code>conPar.layer</code>.
</li>
<li>
July 5, 2012, by Michael Wetter:<br/>
Changed values of <code>wL</code> and <code>wR</code> for overhang
and <code>h</code> for window, to be
Expand Down

0 comments on commit e459e72

Please sign in to comment.