mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
using storage in hdf5filter.c
This commit is contained in:
parent
8dec9f6c99
commit
119e8e9465
@ -278,6 +278,7 @@ NC4_filter_actions(int ncid, int varid, int op, NC_Filterobject* args)
|
||||
#endif
|
||||
/* Filter => chunking */
|
||||
var->contiguous = NC_FALSE;
|
||||
var->storage = NC_CHUNKED;
|
||||
/* Determine default chunksizes for this variable unless already specified */
|
||||
if(var->chunksizes && !var->chunksizes[0]) {
|
||||
/* Should this throw error? */
|
||||
|
Loading…
Reference in New Issue
Block a user