Skip to content

Commit

Permalink
more clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujie Xu committed Jul 22, 2024
1 parent 7e15f98 commit ce88b29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/EnergyPlus/ExtendedHI.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
#include <cmath>

#include <EnergyPlus/Data/EnergyPlusData.hh>
#include <EnergyPlus/ExtendedHI.hh>
#include <EnergyPlus/General.hh>
#include <EnergyPlus/HVACSystemRootFindingAlgorithm.hh>
#include <EnergyPlus/ExtendedHI.hh>

namespace EnergyPlus {

Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/HeatBalanceSurfaceManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
#include <EnergyPlus/DisplayRoutines.hh>
#include <EnergyPlus/EcoRoofManager.hh>
#include <EnergyPlus/ElectricBaseboardRadiator.hh>
#include <EnergyPlus/ExtendedHI.hh>
#include <EnergyPlus/FileSystem.hh>
#include <EnergyPlus/General.hh>
#include <EnergyPlus/HWBaseboardRadiator.hh>
Expand Down Expand Up @@ -119,7 +120,6 @@
#include <EnergyPlus/WindowManagerExteriorData.hh>
#include <EnergyPlus/WindowManagerExteriorThermal.hh>
#include <EnergyPlus/ZoneTempPredictorCorrector.hh>
#include <EnergyPlus/ExtendedHI.hh>
#include <WCECommon.hpp>
#include <WCEMultiLayerOptics.hpp>
#include <WCESingleLayerOptics.hpp>
Expand Down
2 changes: 1 addition & 1 deletion tst/EnergyPlus/unit/ExtendedHI.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
// EnergyPlus Headers
#include "Fixtures/EnergyPlusFixture.hh"
#include <EnergyPlus/Data/EnergyPlusData.hh>
#include <EnergyPlus/HVACSystemRootFindingAlgorithm.hh>
#include <EnergyPlus/ExtendedHI.hh>
#include <EnergyPlus/HVACSystemRootFindingAlgorithm.hh>

using namespace EnergyPlus;
using namespace ExtendedHI;
Expand Down

1 comment on commit ce88b29

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

extendedHI (Unknown) - x86_64-MacOS-10.18-clang-15.0.0: Tests Failed (3136 of 3647 tests passed, 279 test warnings)

Messages:\n

  • 790 tests had: AUD diffs.
  • 599 tests had: EIO diffs.
  • 11 tests had: ESO big diffs.
  • 387 tests had: Table big diffs.
  • 411 tests had: Table string diffs.
  • 1 test had: MTD diffs.
  • 1 test had: ERR diffs.
  • 1 test had: RDD diffs.

Failures:\n

regression Test Summary

  • Passed: 280
  • Failed: 511

Build Badge Test Badge

Please sign in to comment.