| 683 | } |
| 684 | |
| 685 | void RefrigerationSystem_Impl::resetMechanicalSubcooler() { |
| 686 | bool result = setString(OS_Refrigeration_SystemFields::MechanicalSubcoolerName, ""); |
| 687 | OS_ASSERT(result); |
| 688 | } |
| 689 | |
| 690 | bool RefrigerationSystem_Impl::setLiquidSuctionHeatExchangerSubcooler( |
| 691 | const boost::optional<RefrigerationSubcoolerLiquidSuction>& refrigerationSubcoolerLiquidSuction) { |
no outgoing calls
no test coverage detected