Skip to content

Commit

Permalink
Clang Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jul 13, 2021
1 parent d8b3a75 commit 1eb4201
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/EnergyPlus/ExternalInterface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ void GetReportVariableKey(
// SUBROUTINE LOCAL VARIABLE DECLARATIONS:
OutputProcessor::VariableType varType(OutputProcessor::VariableType::NotFound); // 0=not found, 1=integer, 2=real, 3=meter
int numKeys(0); // Number of keys found
OutputProcessor::StoreType varAvgSum(OutputProcessor::StoreType::Averaged); // Variable is Averaged=1 or Summed=2
OutputProcessor::StoreType varAvgSum(OutputProcessor::StoreType::Averaged); // Variable is Averaged=1 or Summed=2
OutputProcessor::TimeStepType varStepType(OutputProcessor::TimeStepType::TimeStepZone); // Variable time step is Zone=1 or HVAC=2
OutputProcessor::Unit varUnits(OutputProcessor::Unit::None); // Units sting, may be blank
Array1D_int keyIndexes; // Array index for
Expand Down
4 changes: 2 additions & 2 deletions src/EnergyPlus/OutputReportData.hh
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ public:
// default constructor
AnnualFieldSet()
: m_variMeter(""), m_colHead(""), m_aggregate(sumOrAvg), m_varUnits(OutputProcessor::Unit::None),
m_typeOfVar(OutputProcessor::VariableType::NotFound), m_keyCount(0), m_varAvgSum(OutputProcessor::StoreType::Averaged),
m_bottomBinValue(0), m_topBinValue(0)
m_typeOfVar(OutputProcessor::VariableType::NotFound), m_keyCount(0), m_varAvgSum(OutputProcessor::StoreType::Averaged), m_bottomBinValue(0),
m_topBinValue(0)
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/RuntimeLanguageProcessor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,7 @@ void GetRuntimeLanguageUserInput(EnergyPlusData &state)
int VariableNum(0); // temporary
int RuntimeReportVarNum;
bool Found;
OutputProcessor::TimeStepType FreqString; // temporary
OutputProcessor::TimeStepType FreqString; // temporary
OutputProcessor::StoreType VarTypeString; // temporary
std::string ResourceTypeString;
std::string GroupTypeString;
Expand Down

5 comments on commit 1eb4201

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

SetupOutputVariableEnums (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2346 of 2346 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.

SetupOutputVariableEnums (Myoldmopar) - x86_64-MacOS-10.15-clang-11.0.0: OK (3096 of 3096 tests passed, 707 test warnings)

Messages:\n

  • 707 tests had: RDD diffs.

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.

SetupOutputVariableEnums (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3137 of 3137 tests passed, 711 test warnings)

Messages:\n

  • 711 tests had: RDD diffs.

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.

SetupOutputVariableEnums (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1651 of 1651 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.

SetupOutputVariableEnums (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (726 of 726 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.