Convenience Function to return the Cooling Loop **/
| 238 | |
| 239 | /** Convenience Function to return the Cooling Loop **/ |
| 240 | boost::optional<PlantLoop> CentralHeatPumpSystem_Impl::coolingPlantLoop() const { |
| 241 | return WaterToWaterComponent_Impl::plantLoop(); |
| 242 | } |
| 243 | |
| 244 | /** Convenience Function to return the Source Loop **/ |
| 245 | boost::optional<PlantLoop> CentralHeatPumpSystem_Impl::sourcePlantLoop() const { |
no outgoing calls