Skip to content

Commit

Permalink
undo VS formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Nov 19, 2024
1 parent ca5d09d commit bb5da46
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/EnergyPlus/UnitarySystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ namespace UnitarySystems {
state, "Coil:Heating:Steam", this->m_SuppHeatCoilName, state.dataUnitarySystems->initUnitarySystemsErrorsFound);

} // from IF(UnitarySystem(UnitarySysNum)%SuppHeatCoilType_Num == Coil_HeatingSteam) THEN
} // from IF( FirstHVACIteration ) THEN
} // from IF( FirstHVACIteration ) THEN

this->m_IterationCounter += 1;

Expand Down Expand Up @@ -9511,7 +9511,7 @@ namespace UnitarySystems {
HeatPLR = 0.0;
PartLoadRatio = 0.0;
} // IF((HeatingLoad .AND. ZoneLoad > SensOutputOff) .OR. (CoolingLoad .AND. ZoneLoad < SensOutputOff))THEN
} // IF((HeatingLoad .AND. ZoneLoad < SensOutputOn) .OR. (CoolingLoad .AND. ZoneLoad > SensOutputOn))THEN
} // IF((HeatingLoad .AND. ZoneLoad < SensOutputOn) .OR. (CoolingLoad .AND. ZoneLoad > SensOutputOn))THEN
}

if (state.dataUnitarySystems->HeatingLoad && (this->m_MultiSpeedHeatingCoil || this->m_VarSpeedHeatingCoil)) {
Expand Down Expand Up @@ -10829,8 +10829,8 @@ namespace UnitarySystems {
state.dataUnitarySystems->CompOnMassFlow = this->MaxCoolAirMassFlow;
state.dataUnitarySystems->CompOnFlowRatio = this->m_CoolingFanSpeedRatio;
} // IF(MultiOrVarSpeedCoolCoil) THEN
} // IF(UnitarySystem(UnitarySysNum)%LastMode .EQ. HeatingMode)THEN
} // IF(CompOnMassFlow .EQ. 0.0d0)THEN
} // IF(UnitarySystem(UnitarySysNum)%LastMode .EQ. HeatingMode)THEN
} // IF(CompOnMassFlow .EQ. 0.0d0)THEN

if (this->m_FanOpMode == HVAC::FanOp::Continuous) {
if (this->m_AirFlowControl == UseCompFlow::On) {
Expand Down Expand Up @@ -10889,7 +10889,7 @@ namespace UnitarySystems {
state.dataUnitarySystems->CompOffFlowRatio = this->m_CoolingFanSpeedRatio;
state.dataUnitarySystems->OACompOffMassFlow = this->m_CoolOutAirMassFlow;
}
} // IF(UnitarySystem(UnitarySysNum)%LastMode .EQ. HeatingMode)THEN
} // IF(UnitarySystem(UnitarySysNum)%LastMode .EQ. HeatingMode)THEN
} else { // IF (UnitarySystem(UnitarySysNum)%AirFlowControl .EQ. UseCompressorOnFlow) THEN
if (this->m_LastMode == HeatingMode) {
if (this->m_MultiOrVarSpeedHeatCoil) {
Expand All @@ -10910,9 +10910,9 @@ namespace UnitarySystems {
}
state.dataUnitarySystems->OACompOffMassFlow = this->m_NoCoolHeatOutAirMassFlow;
} // IF (UnitarySystem(UnitarySysNum)%AirFlowControl .EQ. UseCompressorOnFlow) THEN
} // IF(UnitarySystem(UnitarySysNum)%FanOpMode == HVAC::FanOp::Continuous)THEN
} // ELSE ! No Moisture Load
} // No Heating/Cooling Load
} // IF(UnitarySystem(UnitarySysNum)%FanOpMode == HVAC::FanOp::Continuous)THEN
} // ELSE ! No Moisture Load
} // No Heating/Cooling Load

if (this->m_FanOpMode == HVAC::FanOp::Continuous) {
if (this->m_AirFlowControl == UseCompFlow::On &&
Expand Down Expand Up @@ -12507,7 +12507,7 @@ namespace UnitarySystems {
PartLoadFrac = 0.0;
} else { // need to turn on compressor to see if load is met
doIt = true; // CoilSystem:Cooling:DX
} // CoilSystem:Cooling:DX
} // CoilSystem:Cooling:DX
if (this->m_EMSOverrideCoilSpeedNumOn) doIt = false;

if (doIt) { // CoilSystem:Cooling:DX
Expand Down Expand Up @@ -14979,7 +14979,7 @@ namespace UnitarySystems {
} // IF (NOT EMS OVERRIDE) THEN

} // IF SENSIBLE LOAD
} // IF((GetCurrentScheduleValue(state, UnitarySystem(UnitarySysNum)%m_SysAvailSchedPtr) > 0.0d0) .AND. &
} // IF((GetCurrentScheduleValue(state, UnitarySystem(UnitarySysNum)%m_SysAvailSchedPtr) > 0.0d0) .AND. &

// LoopHeatingCoilMaxRTF used for AirflowNetwork gets set in child components (gas and fuel)
if (state.afn->distribution_simulated && this->m_sysType != SysType::PackagedAC && this->m_sysType != SysType::PackagedHP &&
Expand Down

4 comments on commit bb5da46

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10823FanFreeUnitary (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (2917 of 2917 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10823FanFreeUnitary (mjwitte) - Win64-Windows-10-VisualStudio-16: OK (2895 of 2895 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10823FanFreeUnitary (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-RelWithDebInfo: OK (2099 of 2099 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10823FanFreeUnitary (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-RelWithDebInfo: OK (801 of 801 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.