Skip to content

Commit aaf6122

Browse files
author
Matt Mitchell
committed
touch-up error message
1 parent a522178 commit aaf6122

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/EnergyPlus/DaylightingManager.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,8 +1646,8 @@ void FigureDayltgCoeffsAtPointsSetupForWindow(EnergyPlusData &state,
16461646
} else if (ALF < 0.1524 && extWinType == ExtWinType::AdjZone) {
16471647
if (dl->RefErrIndex(iRefPoint, IWin) == 0) { // only show error message once
16481648
ShowWarningError(state,
1649-
EnergyPlus::format("{}: For Daylghting:Controls=\"{}\" External Window=\"{}\"in Zone=\"{}\" reference "
1650-
"point is less than 0.15m (6\") from window plane ",
1649+
EnergyPlus::format("{}: For Daylighting:Controls=\"{}\" External Window=\"{}\" in Zone=\"{}\" reference "
1650+
"point is less than 0.15 m (6\") from window plane ",
16511651
routineName,
16521652
dl->daylightControl(daylightCtrlNum).Name,
16531653
surf.Name,

0 commit comments

Comments
 (0)