using storage in hdf5filter.c

This commit is contained in:
Edward Hartnett 2020-03-08 06:31:34 -06:00
parent 8dec9f6c99
commit 119e8e9465

View File

@ -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? */