| 81 | } |
| 82 | |
| 83 | bool SizingPlant_Impl::setLoopType(const std::string& loopType) { |
| 84 | bool result = setString(OS_Sizing_PlantFields::LoopType, loopType); |
| 85 | return result; |
| 86 | } |
| 87 | |
| 88 | bool SizingPlant_Impl::setDesignLoopExitTemperature(double designLoopExitTemperature) { |
| 89 | bool result = setDouble(OS_Sizing_PlantFields::DesignLoopExitTemperature, designLoopExitTemperature); |
no outgoing calls
no test coverage detected