| 1326 | } |
| 1327 | |
| 1328 | void Surface_Impl::assignDefaultWindExposure() { |
| 1329 | assignDefaultWindExposure(true); |
| 1330 | } |
| 1331 | |
| 1332 | void Surface_Impl::assignDefaultWindExposure(bool driverMethod) { |
| 1333 | std::string outsideBoundaryCondition = this->outsideBoundaryCondition(); |
no test coverage detected