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

Function checkNcError

preprocessing/meshing/cube_c/src/main.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void checkNcError(int error)
170{
171 if (error != NC_NOERR)
172 logError() << "Error while writing netCDF file:" << nc_strerror(error);
173}
174
175int main(int argc, char* argv[])
176{

Callers 3

mainFunction · 0.85
NetcdfReaderMethod · 0.85
collectiveAccessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected