Skip to content

Commit cd08ee3

Browse files
authored
Merge 0954daa into 67002ea
2 parents 67002ea + 0954daa commit cd08ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EnergyPlus/HeatBalanceSurfaceManager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3271,7 +3271,7 @@ void InitSolarHeatGains(EnergyPlusData &state)
32713271
Real64 ACosTlt = std::abs(Surface(SurfNum).CosTilt); // Absolute value of cosine of surface tilt angle
32723272

32733273
int slatIdxLo = surfShade.blind.slatAngIdxLo;
3274-
int slatIdxHi = surfShade.blind.slatAngIdxLo;
3274+
int slatIdxHi = surfShade.blind.slatAngIdxHi;
32753275
Real64 interpFac = surfShade.blind.slatAngInterpFac;
32763276
auto const &dfAbsSlatLo = constructionSh.layerSlatBlindDfAbs(Lay)[slatIdxLo];
32773277
auto const &dfAbsSlatHi = constructionSh.layerSlatBlindDfAbs(Lay)[slatIdxHi];

0 commit comments

Comments
 (0)