| 200 | } |
| 201 | |
| 202 | void CentralHeatPumpSystem_Impl::removeModule(const CentralHeatPumpSystemModule& centralHeatPumpSystemModule) { |
| 203 | auto modelObjectList = chillerHeaterModuleList(); |
| 204 | if (modelObjectList) { |
| 205 | modelObjectList->removeModelObject(centralHeatPumpSystemModule); |
| 206 | } |
| 207 | } |
| 208 | |
| 209 | void CentralHeatPumpSystem_Impl::removeAllModules() { |
| 210 | auto modelObjectList = chillerHeaterModuleList(); |