Skip to content

Commit ae3f5ef

Browse files
committed
Value never used
1 parent 91a238b commit ae3f5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EnergyPlus/PlantCentralGSHP.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ void WrapperSpecs::CalcChillerModel(EnergyPlusData &state)
18241824
static constexpr std::string_view RoutineName("CalcChillerHeaterModel");
18251825
static constexpr std::string_view RoutineNameElecEIRChiller("CalcElectricEIRChillerModel");
18261826

1827-
bool IsLoadCoolRemaining(true);
1827+
bool IsLoadCoolRemaining;
18281828
bool NextCompIndicator(false); // Component indicator when identical chiller heaters exist
18291829
int CompNum = 0; // Component number in the loop REAL(r64) :: FRAC
18301830
int IdenticalUnitCounter = 0; // Pointer to count number of identical unit passed
@@ -2191,7 +2191,7 @@ void WrapperSpecs::CalcChillerHeaterModel(EnergyPlusData &state)
21912191
static constexpr std::string_view RoutineName("CalcChillerHeaterModel");
21922192
static constexpr std::string_view RoutineNameElecEIRChiller("CalcElectricEIRChillerModel");
21932193

2194-
bool IsLoadHeatRemaining(true); // Ture if heating load remains for this chiller heater
2194+
bool IsLoadHeatRemaining; // Ture if heating load remains for this chiller heater
21952195
bool NextCompIndicator(false); // Component indicator when identical chiller heaters exist
21962196
int CompNum(0); // Component number
21972197
int IdenticalUnitCounter = 0; // Pointer to count number of identical unit passed

0 commit comments

Comments
 (0)