Home
last modified time | relevance | path

Searched refs:ngatts1 (Results 1 – 8 of 8) sorted by relevance

/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/nf_test/
H A Dtest_read.F272 else if (ngatts1 .ne. NGATTS) then
275 + ngatts1)
301 else if (ngatts1 .ne. ngatts0) then
332 else if (ngatts1 .ne. ngatts0 + 1) then
334 + ngatts1)
350 else if (ngatts1 .ne. ngatts0 + 1) then
352 + ngatts1)
375 err = nf_inq_natts(BAD_ID, ngatts1)
381 err = nf_inq_natts(ncid, ngatts1)
384 else if (ngatts1 .ne. NGATTS) then
[all …]
H A Dtest03_read.F272 else if (ngatts1 .ne. NGATTS) then
275 + ngatts1)
301 else if (ngatts1 .ne. ngatts0) then
332 else if (ngatts1 .ne. ngatts0 + 1) then
334 + ngatts1)
350 else if (ngatts1 .ne. ngatts0 + 1) then
352 + ngatts1)
375 err = nf_inq_natts(BAD_ID, ngatts1)
381 err = nf_inq_natts(ncid, ngatts1)
384 else if (ngatts1 .ne. NGATTS) then
[all …]
H A Dtest03_write.F21 integer ngatts1 !/* number of global attributes */ local
39 err = nf_inq(ncid, ndims1, nvars1, ngatts1, recdim1)
50 else if (ngatts1 .ne. 0) then
53 + ngatts1)
298 integer ngatts1 local
352 err = nf_inq (ncid, ndims1, nvars1, ngatts1, recdim1)
359 if (ngatts1 .ne. 0)
H A Dtest_write.F21 integer ngatts1 !/* number of global attributes */ local
39 err = nf_inq(ncid, ndims1, nvars1, ngatts1, recdim1)
50 else if (ngatts1 .ne. 0) then
53 + ngatts1)
298 integer ngatts1 local
352 err = nf_inq (ncid, ndims1, nvars1, ngatts1, recdim1)
359 if (ngatts1 .ne. 0)
/dports/science/hdf/hdf-4.2.15/mfhdf/hdiff/
H A Dhdiff_gattr.c39 int32 ngatts1, ngatts2; /* number of global attributes */ in gattr_diff() local
45 SDfileinfo(sdid1, &nvars1, &ngatts1); in gattr_diff()
49 for (ia = 0; ia < ngatts1; ia++) in gattr_diff()
/dports/science/hdf/hdf-4.2.15/mfhdf/nctest/
H A Datttests.c1241 int ngatts1, ngatts2; /* number of global attributes */ local
1278 if (ncinquire(cdfid, &ndims, &nvars, &ngatts1, &xdimid) == -1) {
1300 if (ngatts2 != ngatts1 - 1) {
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nctest/
H A Datttests.c1255 int ngatts1, ngatts2; /* number of global attributes */ local
1292 if (ncinquire(cdfid, &ndims, &nvars, &ngatts1, &xdimid) == -1) {
1314 if (ngatts2 != ngatts1 - 1) {
/dports/science/netcdf/netcdf-c-4.7.4/nctest/
H A Datttests.c1255 int ngatts1, ngatts2; /* number of global attributes */ local
1292 if (ncinquire(cdfid, &ndims, &nvars, &ngatts1, &xdimid) == -1) {
1314 if (ngatts2 != ngatts1 - 1) {