| 2475 | } |
| 2476 | |
| 2477 | std::vector<ZoneMixing> ThermalZone_Impl::zoneMixing() const { |
| 2478 | return getObject<ModelObject>().getModelObjectSources<ZoneMixing>(); |
| 2479 | } |
| 2480 | |
| 2481 | std::vector<ZoneMixing> ThermalZone_Impl::supplyZoneMixing() const { |
| 2482 | std::vector<ZoneMixing> result = this->zoneMixing(); |
no outgoing calls
no test coverage detected