mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-01 17:06:03 +08:00
test more values for szip
This commit is contained in:
parent
c4d3937099
commit
b9aa2e76db
@ -650,7 +650,7 @@ main(int argc, char **argv)
|
||||
SUMMARIZE_ERR;
|
||||
#define SHORT_DIM_LEN_1 12
|
||||
#define NUM_MASK 2
|
||||
#define NUM_PPB 5
|
||||
#define NUM_PPB 8
|
||||
#define FIRST_VALID 3
|
||||
printf("**** testing different values for szip params...");
|
||||
{
|
||||
@ -658,7 +658,7 @@ main(int argc, char **argv)
|
||||
int dimid;
|
||||
int varid;
|
||||
int option_mask[NUM_MASK] = {NC_SZIP_NN_OPTION_MASK, NC_SZIP_EC_OPTION_MASK};
|
||||
int pixels_per_block[NUM_PPB] = {1, 34, 14, 2, 12};
|
||||
int pixels_per_block[NUM_PPB] = {1, 34, 14, 2, 4, 6, 10, 12};
|
||||
int option_mask_in, pixels_per_block_in;
|
||||
int m, p, ret;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user