diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-03-24 04:27:14 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-03-24 04:27:14 (GMT) |
commit | caf3b0db1486e35d237181ae50b189d6fca5f417 (patch) | |
tree | 11385e017d53c3b9bc4e6e69b559d881516502b8 /src/H5Dchunk.c | |
parent | 9333a2e39c9a496f2a21a97d772493932c3f66d4 (diff) | |
download | hdf5-caf3b0db1486e35d237181ae50b189d6fca5f417.zip hdf5-caf3b0db1486e35d237181ae50b189d6fca5f417.tar.gz hdf5-caf3b0db1486e35d237181ae50b189d6fca5f417.tar.bz2 |
[svn-r29549] Minor normalization w/ revise_chunks in preparation for big merge.
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial
autotools parallel (MPICH 3.1.4)
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r-- | src/H5Dchunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c index a17e035..d8e8eb5 100644 --- a/src/H5Dchunk.c +++ b/src/H5Dchunk.c @@ -4316,7 +4316,7 @@ H5D__chunk_prune_by_extent(H5D_t *dset, hid_t dxpl_id, const hsize_t *old_dim) * Note that we only need to set scaled once, as the array's address * will never change. */ chk_store.chunk.scaled = scaled; - H5D_BUILD_IO_INFO_RD(&chk_io_info, dset, dxpl_cache, dxpl_id, &chk_store, NULL); + H5D_BUILD_IO_INFO_RD(&chk_io_info, dset, dxpl_cache, dxpl_id, H5AC_rawdata_dxpl_id, &chk_store, NULL); chk_io_info.raw_dxpl_id = H5AC_rawdata_dxpl_id; /* Compose chunked index info struct */ |