Searched refs:topog_start (Results 1 – 3 of 3) sorted by relevance
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/nc_test/ |
H A D | tst_nofill.c | 270 MPI_Offset topog_start[RANK_topog]; in create_file() local 277 topog_start[0] = 0; in create_file() 278 topog_start[1] = 0; in create_file() 279 topog_start[2] = 0; in create_file() 283 stat = ncmpi_put_vara_float_all(ncid, topog_id, topog_start, topog_count, topog); in create_file()
|
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test/ |
H A D | tst_nofill.c | 279 size_t topog_start[RANK_topog]; in create_file() local 286 topog_start[0] = 0; in create_file() 287 topog_start[1] = 0; in create_file() 288 topog_start[2] = 0; in create_file() 292 stat = nc_put_vara_float(ncid, topog_id, topog_start, topog_count, topog); in create_file()
|
/dports/science/netcdf/netcdf-c-4.7.4/nc_test/ |
H A D | tst_nofill.c | 279 size_t topog_start[RANK_topog]; in create_file() local 286 topog_start[0] = 0; in create_file() 287 topog_start[1] = 0; in create_file() 288 topog_start[2] = 0; in create_file() 292 stat = nc_put_vara_float(ncid, topog_id, topog_start, topog_count, topog); in create_file()
|