mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-05 16:20:10 +08:00
documentation improvements
This commit is contained in:
parent
7366edb43f
commit
b76a0c8521
@ -718,8 +718,8 @@ nc_inq_var_szip(int ncid, int varid, int *options_maskp, int *pixels_per_blockp)
|
||||
break;
|
||||
case NC_ENOFILTER:
|
||||
case NC_ENOTNC4:
|
||||
/* If the szip filter is not in use, of if this is not a
|
||||
* netCDF/HDF5 file, return 0 for both parameters. */
|
||||
/* If the szip filter is not in use, or if this is not a HDF5
|
||||
* file, return 0 for both parameters. */
|
||||
params[0] = 0;
|
||||
params[1] = 0;
|
||||
stat = NC_NOERR;
|
||||
|
Loading…
Reference in New Issue
Block a user