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/H5Dcontig.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/H5Dcontig.c')
-rw-r--r-- | src/H5Dcontig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dcontig.c b/src/H5Dcontig.c index c75ae43..a24abe6 100644 --- a/src/H5Dcontig.c +++ b/src/H5Dcontig.c @@ -270,7 +270,7 @@ H5D__contig_fill(const H5D_io_info_t *io_info) offset = 0; /* Simple setup for dataset I/O info struct */ - H5D_BUILD_IO_INFO_WRT(&ioinfo, dset, dxpl_cache, raw_dxpl_id, &store, fb_info.fill_buf); + H5D_BUILD_IO_INFO_WRT(&ioinfo, dset, dxpl_cache, H5AC_ind_read_dxpl_id, raw_dxpl_id, &store, fb_info.fill_buf); /* * Fill the entire current extent with the fill value. We can do |