Skip to content

Commit

Permalink
Typos in heating cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson authored and jmarrec committed Sep 13, 2023
1 parent 9a43510 commit 3709fbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/model/HeatPumpPlantLoopEIRHeating.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -919,15 +919,15 @@ namespace model {
}

void HeatPumpPlantLoopEIRHeating::resetMaximumSupplyWaterTemperatureCurve() {
getImpl<detail::HeatPumpPlantLoopEIRCooling_Impl>()->resetMaximumSupplyWaterTemperatureCurve();
getImpl<detail::HeatPumpPlantLoopEIRHeating_Impl>()->resetMaximumSupplyWaterTemperatureCurve();
}

bool HeatPumpPlantLoopEIRHeating::setDryOutdoorCorrectionFactorCurve(const Curve& dryOutdoorCorrectionFactorCurve) {
return getImpl<detail::HeatPumpPlantLoopEIRHeating_Impl>()->setDryOutdoorCorrectionFactorCurve(dryOutdoorCorrectionFactorCurve);
}

void HeatPumpPlantLoopEIRHeating::resetDryOutdoorCorrectionFactorCurve() {
getImpl<detail::HeatPumpPlantLoopEIRCooling_Impl>()->resetDryOutdoorCorrectionFactorCurve();
getImpl<detail::HeatPumpPlantLoopEIRHeating_Impl>()->resetDryOutdoorCorrectionFactorCurve();
}

bool
Expand All @@ -951,15 +951,15 @@ namespace model {
}

void HeatPumpPlantLoopEIRHeating::resetDefrostEnergyInputRatioFunctionofTemperatureCurve() {
getImpl<detail::HeatPumpPlantLoopEIRCooling_Impl>()->resetDefrostEnergyInputRatioFunctionofTemperatureCurve();
getImpl<detail::HeatPumpPlantLoopEIRHeating_Impl>()->resetDefrostEnergyInputRatioFunctionofTemperatureCurve();
}

bool HeatPumpPlantLoopEIRHeating::setTimedEmpiricalDefrostFrequencyCurve(const Curve& timedEmpiricalDefrostFrequencyCurve) {
return getImpl<detail::HeatPumpPlantLoopEIRHeating_Impl>()->setTimedEmpiricalDefrostFrequencyCurve(timedEmpiricalDefrostFrequencyCurve);
}

void HeatPumpPlantLoopEIRHeating::resetTimedEmpiricalDefrostFrequencyCurve() {
getImpl<detail::HeatPumpPlantLoopEIRCooling_Impl>()->resetTimedEmpiricalDefrostFrequencyCurve();
getImpl<detail::HeatPumpPlantLoopEIRHeating_Impl>()->resetTimedEmpiricalDefrostFrequencyCurve();
}

bool HeatPumpPlantLoopEIRHeating::setTimedEmpiricalDefrostHeatLoadPenaltyCurve(const Curve& timedEmpiricalDefrostHeatLoadPenaltyCurve) {
Expand All @@ -968,7 +968,7 @@ namespace model {
}

void HeatPumpPlantLoopEIRHeating::resetTimedEmpiricalDefrostHeatLoadPenaltyCurve() {
getImpl<detail::HeatPumpPlantLoopEIRCooling_Impl>()->resetTimedEmpiricalDefrostHeatLoadPenaltyCurve();
getImpl<detail::HeatPumpPlantLoopEIRHeating_Impl>()->resetTimedEmpiricalDefrostHeatLoadPenaltyCurve();
}

bool HeatPumpPlantLoopEIRHeating::setTimedEmpiricalDefrostHeatInputEnergyFractionCurve(
Expand All @@ -978,7 +978,7 @@ namespace model {
}

void HeatPumpPlantLoopEIRHeating::resetTimedEmpiricalDefrostHeatInputEnergyFractionCurve() {
getImpl<detail::HeatPumpPlantLoopEIRCooling_Impl>()->resetTimedEmpiricalDefrostHeatInputEnergyFractionCurve();
getImpl<detail::HeatPumpPlantLoopEIRHeating_Impl>()->resetTimedEmpiricalDefrostHeatInputEnergyFractionCurve();
}

boost::optional<double> HeatPumpPlantLoopEIRHeating::autosizedLoadSideReferenceFlowRate() const {
Expand Down

0 comments on commit 3709fbc

Please sign in to comment.