summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_filters.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-02-04 20:35:37 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-02-04 20:35:37 (GMT)
commitc238a6c13cdd0107fdf2c5ee0145a9b3d773fc92 (patch)
tree8bffaa4395b7498e7ec79116f0fae4e258449929 /tools/h5repack/h5repack_filters.c
parent78fb916259dad96f1252a99a47c5b576be17a951 (diff)
downloadhdf5-c238a6c13cdd0107fdf2c5ee0145a9b3d773fc92.zip
hdf5-c238a6c13cdd0107fdf2c5ee0145a9b3d773fc92.tar.gz
hdf5-c238a6c13cdd0107fdf2c5ee0145a9b3d773fc92.tar.bz2
[svn-r8150] Purpose:
introduced the constant H5Z_FILTER_ALL, used to remove all filters in H5Premove_filter Description: Solution: Platforms tested: linux Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack_filters.c')
-rw-r--r--tools/h5repack/h5repack_filters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_filters.c b/tools/h5repack/h5repack_filters.c
index 42eecb2..81a99ce 100644
--- a/tools/h5repack/h5repack_filters.c
+++ b/tools/h5repack/h5repack_filters.c
@@ -205,7 +205,7 @@ int apply_filters(hid_t dcpl_id,
*/
if (nfilters) {
- if (H5Premove_filter(dcpl_id,H5Z_FILTER_NONE)<0)
+ if (H5Premove_filter(dcpl_id,H5Z_FILTER_ALL)<0)
return -1;
}