Home
last modified time | relevance | path

Searched refs:jj_dim (Results 1 – 5 of 5) sorted by relevance

/dports/science/netcdf/netcdf-c-4.7.4/nctest/
H A Dtst_rename.c30 int jj_dim; in create_file() local
83 stat = nc_def_dim(ncid, "jj", jj_len, &jj_dim); in create_file()
109 bb_dims[1] = jj_dim; in create_file()
H A Dcdftests.c336 int jj_dim, kk_dim; /* dimension ids */ local
360 if ((jj_dim = ncdimdef(ncid, jj.name, jj.size)) == -1 ||
371 bb.dims[1] = jj_dim;
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nctest/
H A Dtst_rename.c30 int jj_dim; in create_file() local
83 stat = nc_def_dim(ncid, "jj", jj_len, &jj_dim); in create_file()
109 bb_dims[1] = jj_dim; in create_file()
H A Dcdftests.c336 int jj_dim, kk_dim; /* dimension ids */ local
360 if ((jj_dim = ncdimdef(ncid, jj.name, jj.size)) == -1 ||
371 bb.dims[1] = jj_dim;
/dports/science/hdf/hdf-4.2.15/mfhdf/nctest/
H A Dcdftests.c285 int jj_dim, kk_dim; /* dimension ids */ local
309 if ((jj_dim = ncdimdef(cdfid, jj.name, jj.size)) == -1 ||
320 bb.dims[1] = jj_dim;