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 Jan 8, 2024
1 parent 621fdd8 commit 38cf41d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions src/EnergyPlus/Coils/CoilCoolingDX.hh
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,8 @@ struct CoilCoolingDX
static void reportAllStandardRatings(EnergyPlusData &state);
void instantiateFromInputSpec(EnergyPlusData &state, const CoilCoolingDXInputSpecification &input_data);
void oneTimeInit(EnergyPlusData &state);
void simulate(EnergyPlusData &state,
int useAlternateMode,
int speedNum,
Real64 speedRatio,
int fanOpMode,
bool singleMode,
Real64 LoadSHR = -1.0);
void
simulate(EnergyPlusData &state, int useAlternateMode, int speedNum, Real64 speedRatio, int fanOpMode, bool singleMode, Real64 LoadSHR = -1.0);
void setData(int fanIndex, int fanType, std::string const &fanName, int airLoopNum);
void getFixedData(int &evapInletNodeIndex,
int &evapOutletNodeIndex,
Expand Down
4 changes: 2 additions & 2 deletions src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ void CoilCoolingDX205Performance::simulate(EnergyPlus::EnergyPlusData &state,
int const fanOpMode,
DataLoopNode::NodeData &condInletNode,
DataLoopNode::NodeData &condOutletNode,
bool const, // singleMode,
Real64 const) // LoadSHR)
bool const, // singleMode,
Real64 const) // LoadSHR)
{
static constexpr std::string_view RoutineName = "CoilCoolingDX205Performance::simulate";
Real64 reportingConstant = state.dataHVACGlobal->TimeStepSys * Constant::SecInHour;
Expand Down

5 comments on commit 38cf41d

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

coil-speed-ratio-consolidation (bigladder) - Win64-Windows-10-VisualStudio-16: OK (2756 of 2756 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.

coil-speed-ratio-consolidation (bigladder) - x86_64-MacOS-10.17-clang-14.0.0: OK (3529 of 3543 tests passed, 0 test warnings)

Messages:\n

  • 11 tests had: ESO big diffs.
  • 8 tests had: EIO diffs.
  • 1 test had: MTR small diffs.
  • 12 tests had: Table big diffs.
  • 2 tests had: ESO small diffs.
  • 10 tests had: MTR big diffs.
  • 5 tests had: ERR diffs.
  • 1 test had: EDD diffs.

Failures:\n

regression Test Summary

  • Passed: 772
  • Failed: 14

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

coil-speed-ratio-consolidation (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3570 of 3584 tests passed, 0 test warnings)

Messages:\n

  • 11 tests had: ESO big diffs.
  • 8 tests had: EIO diffs.
  • 1 test had: MTR small diffs.
  • 12 tests had: Table big diffs.
  • 2 tests had: ESO small diffs.
  • 10 tests had: MTR big diffs.
  • 5 tests had: ERR diffs.
  • 1 test had: EDD diffs.

Failures:\n

regression Test Summary

  • Passed: 792
  • Failed: 14

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.

coil-speed-ratio-consolidation (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1969 of 1969 tests passed, 0 test warnings)

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

coil-speed-ratio-consolidation (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (789 of 790 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 789
  • Failed: 1

Build Badge Test Badge Coverage Badge

Please sign in to comment.