| 203 | } |
| 204 | |
| 205 | boost::optional<double> ZoneMixing_Impl::flowRateperPerson() const { |
| 206 | return getDouble(OS_ZoneMixingFields::FlowRateperPerson, true); |
| 207 | } |
| 208 | |
| 209 | boost::optional<double> ZoneMixing_Impl::airChangesperHour() const { |
| 210 | return getDouble(OS_ZoneMixingFields::AirChangesperHour, true); |
no outgoing calls