Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
void checkNcError(int error)
170
{
171
if (error != NC_NOERR)
172
logError() <<
"Error while writing netCDF file:"
<< nc_strerror(error);
173
}
174
175
int main(int argc, char* argv[])
176
{
Callers
3
main
Function · 0.85
NetcdfReader
Method · 0.85
collectiveAccess
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected