diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-08-29 02:11:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-08-29 02:11:57 (GMT) |
commit | d001bbde049a81e12d521903ae79de1f97ab2039 (patch) | |
tree | 09274ea7dd9db142a38f0000a67dc5f7e4115f6e /src/H5Dpkg.h | |
parent | b68b9d8786f6b9bf4bd52a3b8c87fa64933803b1 (diff) | |
download | hdf5-d001bbde049a81e12d521903ae79de1f97ab2039.zip hdf5-d001bbde049a81e12d521903ae79de1f97ab2039.tar.gz hdf5-d001bbde049a81e12d521903ae79de1f97ab2039.tar.bz2 |
[svn-r27613] Description:
Align w/vds branch: Move code for initializing contiguous datasets into
layout 'init' callback.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming)
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index 7aeba5d..6e9a6a7 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -612,8 +612,6 @@ H5_DLL htri_t H5D__chunk_cacheable(const H5D_io_info_t *io_info, haddr_t caddr, hbool_t write_op); H5_DLL herr_t H5D__chunk_create(const H5D_t *dset /*in,out*/, hid_t dxpl_id); H5_DLL herr_t H5D__chunk_set_info(const H5D_t *dset); -H5_DLL herr_t H5D__chunk_init(H5F_t *f, hid_t dxpl_id, const H5D_t *dset, - hid_t dapl_id); H5_DLL hbool_t H5D__chunk_is_space_alloc(const H5O_storage_t *storage); H5_DLL herr_t H5D__chunk_lookup(const H5D_t *dset, hid_t dxpl_id, const hsize_t *scaled, H5D_chunk_ud_t *udata); |