| 2376 | } |
| 2377 | |
| 2378 | void EpwDataPoint::setPresentWeatherCodes(int presentWeatherCodes) { |
| 2379 | m_presentWeatherCodes = presentWeatherCodes; |
| 2380 | } |
| 2381 | |
| 2382 | bool EpwDataPoint::setPresentWeatherCodes(const std::string& presentWeatherCodes) { |
| 2383 | bool ok; |
no test coverage detected