Skip to content

Commit

Permalink
unused string
Browse files Browse the repository at this point in the history
  • Loading branch information
rraustad committed Aug 23, 2024
1 parent ae97d03 commit 691d370
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/EnergyPlus/IntegratedHeatPump.cc
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ void GetIHPInput(EnergyPlusData &state)
int MaxNums(0); // Maximum number of numeric input fields
int MaxAlphas(0); // Maximum number of alpha input fields
std::string CurrentModuleObject; // for ease in getting objects
std::string sIHPType; // specify IHP type
Array1D_string AlphArray; // Alpha input items for object
Array1D_string cAlphaFields; // Alpha field names
Array1D_string cNumericFields; // Numeric field names
Expand Down Expand Up @@ -451,7 +450,6 @@ void GetIHPInput(EnergyPlusData &state)

// Get the data for air-source IHPs
CurrentModuleObject = "COILSYSTEM:INTEGRATEDHEATPUMP:AIRSOURCE"; // for reporting
sIHPType = "COILSYSTEM:INTEGRATEDHEATPUMP:AIRSOURCE"; // for checking

for (int CoilCounter = 1; CoilCounter <= NumASIHPs; ++CoilCounter) {

Expand Down

4 comments on commit 691d370

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

CppCheck-HybridModel (rraustad) - Win64-Windows-10-VisualStudio-16: Build Failed

Failures:\n

API Test Summary

  • Failed: 10
  • notrun: 5

ConvertInputFormat Test Summary

  • Failed: 4
  • notrun: 1

integration Test Summary

  • Passed: 2
  • Failed: 794

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.

CppCheck-HybridModel (rraustad) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3706 of 3706 tests passed, 0 test warnings)

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.

CppCheck-HybridModel (rraustad) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2077 of 2077 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.

CppCheck-HybridModel (rraustad) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (797 of 797 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.