| 2358 | } |
| 2359 | |
| 2360 | void EpwDataPoint::setPresentWeatherObservation(int presentWeatherObservation) { |
| 2361 | m_presentWeatherObservation = presentWeatherObservation; |
| 2362 | } |
| 2363 | |
| 2364 | bool EpwDataPoint::setPresentWeatherObservation(const std::string& presentWeatherObservation) { |
| 2365 | bool ok; |
no test coverage detected