File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1824,7 +1824,7 @@ void WrapperSpecs::CalcChillerModel(EnergyPlusData &state)
1824
1824
static constexpr std::string_view RoutineName (" CalcChillerHeaterModel" );
1825
1825
static constexpr std::string_view RoutineNameElecEIRChiller (" CalcElectricEIRChillerModel" );
1826
1826
1827
- bool IsLoadCoolRemaining ( true ) ;
1827
+ bool IsLoadCoolRemaining;
1828
1828
bool NextCompIndicator (false ); // Component indicator when identical chiller heaters exist
1829
1829
int CompNum = 0 ; // Component number in the loop REAL(r64) :: FRAC
1830
1830
int IdenticalUnitCounter = 0 ; // Pointer to count number of identical unit passed
@@ -2191,7 +2191,7 @@ void WrapperSpecs::CalcChillerHeaterModel(EnergyPlusData &state)
2191
2191
static constexpr std::string_view RoutineName (" CalcChillerHeaterModel" );
2192
2192
static constexpr std::string_view RoutineNameElecEIRChiller (" CalcElectricEIRChillerModel" );
2193
2193
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
2195
2195
bool NextCompIndicator (false ); // Component indicator when identical chiller heaters exist
2196
2196
int CompNum (0 ); // Component number
2197
2197
int IdenticalUnitCounter = 0 ; // Pointer to count number of identical unit passed
You can’t perform that action at this time.
0 commit comments