Skip to content

Commit

Permalink
Missplaced return...
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ committed Aug 5, 2024
1 parent dac299b commit b6a68bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/HVACVariableRefrigerantFlow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10859,8 +10859,8 @@ bool getVRFTUNodeNumber(EnergyPlusData &state, int const nodeNumber)
nodeNumber == vrfTU.SuppHeatCoilAirOutletNode)) {
return true;
}
return false;
}
return false;
}

void VRFCondenserEquipment::CalcVRFIUTeTc_FluidTCtrl(EnergyPlusData &state)
Expand Down

3 comments on commit b6a68bd

@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.

allow_wahp_afn (lymereJ) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3697 of 3697 tests passed, 0 test warnings)

Build Badge Test 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.

allow_wahp_afn (lymereJ) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2072 of 2072 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.

allow_wahp_afn (lymereJ) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (795 of 795 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.