Skip to content

Commit 9a097d9

Browse files
committed
Correct formatting.
1 parent 3592a72 commit 9a097d9

File tree

2 files changed

+1576
-1576
lines changed

2 files changed

+1576
-1576
lines changed

src/EnergyPlus/VariableSpeedCoils.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4629,7 +4629,7 @@ namespace VariableSpeedCoils {
46294629
}
46304630
}
46314631
}
4632-
}
4632+
}
46334633

46344634
if (state.dataSize->CurZoneEqNum > 0) {
46354635
if (!RatedAirFlowAutoSized && !SizingDesRunThisZone) { // Simulation continue
@@ -4750,7 +4750,8 @@ namespace VariableSpeedCoils {
47504750
Curve::CurveValue(state, varSpeedCoil.MSCCapFTemp(varSpeedCoil.NormSpedLevel), MixWetBulb, RatedSourceTempCool);
47514751

47524752
if (MixTemp < SupTemp) {
4753-
ShowSevereError(state,
4753+
ShowSevereError(
4754+
state,
47544755
"On design day, cooling coil entering air temperature is less than design outlet air temperature. This will "
47554756
"yield negative coil capacity sizing.");
47564757
ShowContinueError(state, "Cooling capacity is set to zero during sizing; simulation continues.");

0 commit comments

Comments
 (0)