| 610 | } |
| 611 | |
| 612 | void NetcdfReader::checkNcError(int error) { |
| 613 | #ifndef NETCDF_PASSIVE |
| 614 | if (error != NC_NOERR) { |
| 615 | logError() << "Error while reading netCDF file:" << nc_strerror(error); |
| 616 | } |
| 617 | #endif // NETCDF_PASSIVE |
| 618 | } |
| 619 | |
| 620 | } // namespace seissol::geometry |
| 621 |
nothing calls this directly
no outgoing calls
no test coverage detected