MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / checkNcError

Method checkNcError

src/Geometry/NetcdfReader.cpp:612–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected