mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Fix mis-copied comparator
This commit is contained in:
parent
dff2cb56ec
commit
d509396d16
@ -782,7 +782,7 @@ ncz_def_var_extra(int ncid, int varid, int *shuffle, int *unused1,
|
||||
|
||||
if (*quantize_mode == NC_QUANTIZE_BITGROOM ||
|
||||
*quantize_mode == NC_QUANTIZE_GRANULARBR ||
|
||||
*quantize_mode != NC_QUANTIZE_BITROUND)
|
||||
*quantize_mode == NC_QUANTIZE_BITROUND)
|
||||
{
|
||||
|
||||
/* Only float and double types can have quantization. */
|
||||
|
Loading…
Reference in New Issue
Block a user