MCPcopy Create free account
hub / github.com/Kitware/VTK / isExtraDim

Method isExtraDim

IO/NetCDF/vtkMPASReader.cxx:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220};
221
222bool vtkMPASReader::Internal::isExtraDim(const std::string& name)
223{
224 return name != "nCells" && name != "nVertices" && name != "Time";
225}
226
227bool vtkMPASReader::Internal::nc_err(int nc_ret, bool msg_on_err) const
228{

Callers 1

UpdateDimensionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected