diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-04-03 09:18:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-04-03 09:18:25 (GMT) |
commit | 86f401d7407e3070cfa04359d4d04335addb83c7 (patch) | |
tree | c3b49b8b46940dacc808109e4250626ee770a9e8 /src/H5Dpkg.h | |
parent | 3cd705e56e6ef13c3423df68bb12704d483409ae (diff) | |
download | hdf5-86f401d7407e3070cfa04359d4d04335addb83c7.zip hdf5-86f401d7407e3070cfa04359d4d04335addb83c7.tar.gz hdf5-86f401d7407e3070cfa04359d4d04335addb83c7.tar.bz2 |
[svn-r29614] Description:
Bring updated code for setting chunk size information from revise_chunks
branch.
Tested on:
MacOSX/64 10.11.4 (amazon) w/serial, parallel & production
(h5committest forthcoming)
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index 66c4773..8fc5cac 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -622,6 +622,7 @@ H5_DLL herr_t H5D__chunk_update_old_edge_chunks(H5D_t *dset, hid_t dxpl_id, hsize_t old_dim[]); H5_DLL herr_t H5D__chunk_prune_by_extent(H5D_t *dset, hid_t dxpl_id, const hsize_t *old_dim); +H5_DLL herr_t H5D__chunk_set_sizes(H5D_t *dset); #ifdef H5_HAVE_PARALLEL H5_DLL herr_t H5D__chunk_addrmap(const H5D_io_info_t *io_info, haddr_t chunk_addr[]); #endif /* H5_HAVE_PARALLEL */ |