Home
last modified time | relevance | path

Searched refs:timeLenDim (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/cxx/
H A Dnctst.cpp139 NcDim *latDim, *lonDim, *frtimeDim, *timeLenDim; in read() local
159 if (!(timeLenDim = nc.get_dim(TIMELEN1))) in read()
161 if (!timeLenDim->is_valid() || strncmp(timeLenDim->name(), TIMELEN1, strlen(TIMELEN1)) || in read()
162 timeLenDim->size() != TIMESTRINGLEN || timeLenDim->is_unlimited()) in read()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/CXX/
H A Dnctst.cpp158 NcmpiDim timeLenDim = nc.getDim(TIMELEN1); in read() local
159 if (timeLenDim.isNull() || timeLenDim.getName().compare(TIMELEN1) != 0 || in read()
160 timeLenDim.getSize() != TIMESTRINGLEN || timeLenDim.isUnlimited()) in read()