mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
szip may not be present
This commit is contained in:
parent
a721f91d45
commit
c1106c5f18
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user