| 150 | } |
| 151 | |
| 152 | bool AirflowNetworkEquivalentDuct_Impl::setAirPathLength(double airPathLength) { |
| 153 | bool result = setDouble(OS_AirflowNetworkEquivalentDuctFields::AirPathLength, airPathLength); |
| 154 | return result; |
| 155 | } |
| 156 | |
| 157 | bool AirflowNetworkEquivalentDuct_Impl::setAirPathHydraulicDiameter(double airPathHydraulicDiameter) { |
| 158 | bool result = setDouble(OS_AirflowNetworkEquivalentDuctFields::AirPathHydraulicDiameter, airPathHydraulicDiameter); |
no outgoing calls
no test coverage detected