Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ close
Method
close
IO/NetCDF/vtkMPASReader.cxx:165–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
return true;
164
}
165
void close()
166
{
167
if (ncFile != -1)
168
{
169
nc_err(nc_close(ncFile));
170
ncFile = -1;
171
}
172
}
173
174
bool nc_err(int nc_ret, bool msg_on_err = true) const;
175
Callers
2
~vtkMPASReader
Method · 0.45
ReleaseNcData
Method · 0.45
Calls
1
nc_close
Function · 0.85
Tested by
no test coverage detected