File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
third_party/btwxt/vendor/courierr/vendor Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6441,7 +6441,7 @@ void CalcInteriorSolarDistribution(EnergyPlusData &state)
6441
6441
if (state.dataSurface->SurfWinWindowModelType(SurfNum) != WindowModel::EQL && ANY_BLIND(ShadeFlag)) {
6442
6442
int SlatsAngIndexLower = state.dataSurface->SurfWinSlatsAngIndex(SurfNum);
6443
6443
int ProfAngIndexLower = state.dataSurface->SurfWinProfAngIndex(SurfNum);
6444
- int SlatsAngIndexUpper = std::min(Material::MaxProfAngs , SlatsAngIndexLower + 1);
6444
+ int SlatsAngIndexUpper = std::min(Material::MaxSlatAngs , SlatsAngIndexLower + 1);
6445
6445
int ProfAngIndexUpper = std::min(Material::MaxProfAngs, ProfAngIndexLower + 1);
6446
6446
Real64 SlatsAngInterpFac = state.dataSurface->SurfWinSlatsAngInterpFac(SurfNum);
6447
6447
Real64 ProfAngInterpFac = state.dataSurface->SurfWinProfAngInterpFac(SurfNum);
@@ -7583,7 +7583,7 @@ void CalcInteriorSolarDistribution(EnergyPlusData &state)
7583
7583
7584
7584
int SlatsAngIndexLowerBack = state.dataSurface->SurfWinSlatsAngIndex(BackSurfNum);
7585
7585
int ProfAngIndexLowerBack = state.dataSurface->SurfWinProfAngIndex(BackSurfNum);
7586
- int SlatsAngIndexUpperBack = std::min(Material::MaxProfAngs , SlatsAngIndexLowerBack + 1);
7586
+ int SlatsAngIndexUpperBack = std::min(Material::MaxSlatAngs , SlatsAngIndexLowerBack + 1);
7587
7587
int ProfAngIndexUpperBack = std::min(Material::MaxProfAngs, ProfAngIndexLowerBack + 1);
7588
7588
Real64 SlatsAngInterpFacBack = state.dataSurface->SurfWinSlatsAngInterpFac(BackSurfNum);
7589
7589
Real64 ProfAngInterpFacBack = state.dataSurface->SurfWinProfAngInterpFac(BackSurfNum);
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments