Skip to content

Commit

Permalink
Fix segfault.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Sep 13, 2023
1 parent 3709fbc commit 9c1449e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/HeatPumpPlantLoopEIRHeating.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ namespace model {
}

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

bool HeatPumpPlantLoopEIRHeating::setMaximumSupplyWaterTemperatureCurve(const Curve& maximumSupplyWaterTemperatureCurve) {
Expand Down

0 comments on commit 9c1449e

Please sign in to comment.