Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujie Xu committed Aug 16, 2024
1 parent fabbc97 commit 49fd825
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/EnergyPlus/HVACVariableRefrigerantFlow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12850,16 +12850,7 @@ void VRFTerminalUnitEquipment::CalcVRF_FluidTCtrl(EnergyPlusData &state,
auto *fan = state.dataFans->fans(state.dataHVACVarRefFlow->VRFTU(VRFTUNum).FanIndex);
if (state.dataHVACVarRefFlow->VRFTU(VRFTUNum).fanType == HVAC::FanType::SystemModel) {
if (OnOffAirFlowRatio > 0.0) {
fan->simulate(state,
FirstHVACIteration,
_,
_,
_,
fan->inletAirMassFlowRate,
OnOffFanPartLoadFraction,
0,
0,
_);
fan->simulate(state, FirstHVACIteration, _, _, _, fan->inletAirMassFlowRate, OnOffFanPartLoadFraction, 0, 0, _);
} else {
fan->simulate(state, FirstHVACIteration, _, _, PartLoadRatio);
}
Expand Down

5 comments on commit 49fd825

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

vrfCoolingFan (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3699 of 3703 tests passed, 0 test warnings)

Messages:\n

  • 4 tests had: AUD diffs.
  • 4 tests had: BND diffs.
  • 4 tests had: EIO diffs.
  • 4 tests had: ESO small diffs.
  • 1 test had: MDD diffs.
  • 1 test had: MTD diffs.
  • 4 tests had: Table big diffs.
  • 4 tests had: Table string diffs.
  • 1 test had: IDF diffs.
  • 2 tests had: MTR small diffs.

Failures:\n

regression Test Summary

  • Passed: 808
  • Failed: 4

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.

vrfCoolingFan (Unknown) - Win64-Windows-10-VisualStudio-16: OK (2869 of 2869 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

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

vrfCoolingFan (Unknown) - x86_64-MacOS-10.18-clang-15.0.0: OK (3658 of 3662 tests passed, 0 test warnings)

Messages:\n

  • 4 tests had: AUD diffs.
  • 4 tests had: BND diffs.
  • 4 tests had: EIO diffs.
  • 4 tests had: ESO small diffs.
  • 1 test had: MDD diffs.
  • 1 test had: MTD diffs.
  • 4 tests had: Table big diffs.
  • 4 tests had: Table string diffs.
  • 1 test had: IDF diffs.
  • 2 tests had: MTR small diffs.

Failures:\n

regression Test Summary

  • Passed: 788
  • Failed: 4

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.

vrfCoolingFan (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2076 of 2076 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

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

vrfCoolingFan (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (796 of 796 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.