mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
stop setting contiguous/compact fields at file open
This commit is contained in:
parent
fcceec60a4
commit
5574317db7
@ -1107,12 +1107,10 @@ get_chunking_info(hid_t propid, NC_VAR_INFO_T *var)
|
||||
else if (layout == H5D_CONTIGUOUS)
|
||||
{
|
||||
var->storage = NC_CONTIGUOUS;
|
||||
var->contiguous = NC_TRUE;
|
||||
}
|
||||
else if (layout == H5D_COMPACT)
|
||||
{
|
||||
var->storage = NC_COMPACT;
|
||||
var->compact = NC_TRUE;
|
||||
}
|
||||
|
||||
return NC_NOERR;
|
||||
|
Loading…
Reference in New Issue
Block a user