test more values for szip

This commit is contained in:
Edward Hartnett 2020-02-07 07:04:48 -07:00
parent c4d3937099
commit b9aa2e76db

View File

@ -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;