szip may not be present

This commit is contained in:
Ed Hartnett 2018-06-08 04:46:33 -06:00
parent a721f91d45
commit c1106c5f18

View File

@ -403,6 +403,7 @@ main(int argc, char **argv)
if (nc_close(ncid)) ERR;
}
SUMMARIZE_ERR;
#ifdef USE_SZIP
printf("**** testing simple szip filter setup...");
{
#define NDIMS1 1
@ -540,5 +541,6 @@ main(int argc, char **argv)
if (nc_close(ncid)) ERR;
}
SUMMARIZE_ERR;
#endif /* USE_SZIP */
FINAL_RESULTS;
}