diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-01-28 19:07:21 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-01-28 19:07:21 (GMT) |
commit | 48c7a5e35ea7950f54fdeaad1d308c32d4c4e4c2 (patch) | |
tree | ed96a559d3975387a2d7a355c8326c108e519012 /tools/h5repack/h5repack.h | |
parent | 500292582fa8bde8c0520c04fe597c39c98f2bd9 (diff) | |
download | hdf5-48c7a5e35ea7950f54fdeaad1d308c32d4c4e4c2.zip hdf5-48c7a5e35ea7950f54fdeaad1d308c32d4c4e4c2.tar.gz hdf5-48c7a5e35ea7950f54fdeaad1d308c32d4c4e4c2.tar.bz2 |
[svn-r8121] Purpose:
bug fix
Description:
avoid reading and writing data when one of the dimensions is 0 (attributes case )
Solution:
linux
solaris
AIX
Platforms tested:
Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r-- | tools/h5repack/h5repack.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h index f55355a..438dd45 100644 --- a/tools/h5repack/h5repack.h +++ b/tools/h5repack/h5repack.h @@ -166,8 +166,6 @@ int do_copy_refobjs(hid_t fidin, void read_info(const char *filename,pack_opt_t *options); -void close_obj(H5G_obj_t obj_type, hid_t obj_id); - void init_packobject(pack_info_t *obj); int print_filters(hid_t dcpl_id); |