stop setting contiguous field in hdf5filter.c

This commit is contained in:
Edward Hartnett 2020-03-08 07:18:11 -06:00
parent 5574317db7
commit 04eafff166

View File

@ -277,7 +277,6 @@ NC4_filter_actions(int ncid, int varid, int op, NC_Filterobject* args)
return THROW(NC_EFILTER); /* Not allowed */
#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]) {