diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-04-06 21:14:01 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-04-06 21:14:01 (GMT) |
commit | e6310e08692c631e95a9d827a0f7ec0ddf12d82a (patch) | |
tree | 75d57db2b33100f5e22e479c49c63503cb841b60 /tools/h5repack/h5repack.h | |
parent | aabcaea388957914df5f506399c43b5d994e7a3b (diff) | |
download | hdf5-e6310e08692c631e95a9d827a0f7ec0ddf12d82a.zip hdf5-e6310e08692c631e95a9d827a0f7ec0ddf12d82a.tar.gz hdf5-e6310e08692c631e95a9d827a0f7ec0ddf12d82a.tar.bz2 |
[svn-r12208] Purpose:
new feature
Description:
some more formatting for the new printout of compression ratios
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r-- | tools/h5repack/h5repack.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h index e835b66..c4e70db 100644 --- a/tools/h5repack/h5repack.h +++ b/tools/h5repack/h5repack.h @@ -185,7 +185,8 @@ int apply_filters(const char* name, /* object name from traverse list */ hsize_t *dims, /* dimensions of dataset */ hid_t dcpl_id, /* dataset creation property list */ hid_t type_id, /* datatype */ - pack_opt_t *options); /* repack options */ + pack_opt_t *options, /* repack options */ + int *apply_f); int has_filter(hid_t dcpl_id, H5Z_filter_t filtnin); |