Skip to content

Commit

Permalink
Fix clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaya-mankad committed Oct 4, 2024
1 parent deab5a2 commit 45b87e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/EnergyPlus/HVACHXAssistedCoolingCoil.cc
Original file line number Diff line number Diff line change
Expand Up @@ -948,9 +948,8 @@ namespace HVACHXAssistedCoolingCoil {
mCoolingSpeedNum = 1; // Bypass mixed-speed calculations in called functions
} else {
if (singleMode) {
CoilPLR = (mCoolingSpeedNum == 1)
? PartLoadRatio
: 0.0; // singleMode allows cycling, but not part load operation at higher speeds
CoilPLR =
(mCoolingSpeedNum == 1) ? PartLoadRatio : 0.0; // singleMode allows cycling, but not part load operation at higher speeds
} else {
CoilPLR = PartLoadRatio;
}
Expand Down

0 comments on commit 45b87e5

Please sign in to comment.