| 421 | } |
| 422 | |
| 423 | std::vector<ModelObject> AirLoopHVACOutdoorAirSystem_Impl::components(openstudio::IddObjectType type) const { |
| 424 | return openstudio::concat<ModelObject>(this->oaComponents(type), this->reliefComponents(type)); |
| 425 | } |
| 426 | |
| 427 | boost::optional<ModelObject> AirLoopHVACOutdoorAirSystem_Impl::component(openstudio::Handle handle) const { |
| 428 | auto comps = components(); |
no test coverage detected