test more values for szip

This commit is contained in:
Edward Hartnett 2020-02-07 07:05:29 -07:00
parent b9aa2e76db
commit a5079585a0

View File

@ -650,15 +650,15 @@ main(int argc, char **argv)
SUMMARIZE_ERR;
#define SHORT_DIM_LEN_1 12
#define NUM_MASK 2
#define NUM_PPB 8
#define FIRST_VALID 3
#define NUM_PPB 10
#define FIRST_VALID 5
printf("**** testing different values for szip params...");
{
int ncid;
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, 4, 6, 10, 12};
int pixels_per_block[NUM_PPB] = {1, 34, 14, 16, 24, 2, 4, 6, 10, 12};
int option_mask_in, pixels_per_block_in;
int m, p, ret;