| 1292 | } |
| 1293 | |
| 1294 | void Surface_Impl::assignDefaultSunExposure() { |
| 1295 | assignDefaultSunExposure(true); |
| 1296 | } |
| 1297 | |
| 1298 | void Surface_Impl::assignDefaultSunExposure(bool driverMethod) { |
| 1299 | std::string outsideBoundaryCondition = this->outsideBoundaryCondition(); |
no test coverage detected