| 86 | } |
| 87 | |
| 88 | bool SizingPlant_Impl::setDesignLoopExitTemperature(double designLoopExitTemperature) { |
| 89 | bool result = setDouble(OS_Sizing_PlantFields::DesignLoopExitTemperature, designLoopExitTemperature); |
| 90 | OS_ASSERT(result); |
| 91 | return result; |
| 92 | } |
| 93 | |
| 94 | bool SizingPlant_Impl::setLoopDesignTemperatureDifference(double loopDesignTemperatureDifference) { |
| 95 | bool result = setDouble(OS_Sizing_PlantFields::LoopDesignTemperatureDifference, loopDesignTemperatureDifference); |
no outgoing calls
no test coverage detected