diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-11-21 20:03:41 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-11-21 20:03:41 (GMT) |
commit | 0b4b87e36ff3ee8a6b1c24733a5b24b7b9112a1f (patch) | |
tree | bf934a53808104ee25d75e1cb69dffe2dfc25d98 /tools/h5repack/h5repack.h | |
parent | e2c88e83bd54e0b76e9173e8e63442ab7230126c (diff) | |
download | hdf5-0b4b87e36ff3ee8a6b1c24733a5b24b7b9112a1f.zip hdf5-0b4b87e36ff3ee8a6b1c24733a5b24b7b9112a1f.tar.gz hdf5-0b4b87e36ff3ee8a6b1c24733a5b24b7b9112a1f.tar.bz2 |
[svn-r16115] #1375. Define a default chunk whose size is manageable. Defined currently as the same size of hyperslab (that compares the dimension sizes against a predefined constant size and chooses the minimum between the two)
Tested : linux, windows
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r-- | tools/h5repack/h5repack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h index 384ec2d..b63102b 100644 --- a/tools/h5repack/h5repack.h +++ b/tools/h5repack/h5repack.h @@ -176,6 +176,7 @@ void init_packobject(pack_info_t *obj); int apply_filters(const char* name, /* object name from traverse list */ int rank, /* rank of dataset */ hsize_t *dims, /* dimensions of dataset */ + size_t msize, /* size of type */ hid_t dcpl_id, /* dataset creation property list */ pack_opt_t *options, /* repack options */ int *has_filter); /* (OUT) object NAME has a filter */ |