2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-03-31 17:50:26 +08:00

fixed test of wasted space for default chunking

This commit is contained in:
Ed Hartnett 2011-02-04 20:22:34 +00:00
parent 5da7f43a3f
commit ca11ffde62

@ -72,7 +72,7 @@ main(int argc, char **argv)
#define XDIM_LEN 2
#define YDIM_LEN 5
#define ZDIM_LEN 3000
#define MAX_WASTE 0.1
#define MAX_WASTE 10.0
int varid, ncid, dims[NDIMS3], dims_in[NDIMS3];
int ndims, nvars, ngatts, unlimdimid, natts;