summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_filters.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-08 15:59:43 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-08 15:59:43 (GMT)
commit1f80ae6a89e0f21ffc7c2bd5355edc0182f82b35 (patch)
treef91b8b0d89a8a6defb8906df5655311e6af30087 /tools/lib/h5tools_filters.c
parentdffe5b9a2b07aa79ddd40fb3572451f6b2719245 (diff)
downloadhdf5-1f80ae6a89e0f21ffc7c2bd5355edc0182f82b35.zip
hdf5-1f80ae6a89e0f21ffc7c2bd5355edc0182f82b35.tar.gz
hdf5-1f80ae6a89e0f21ffc7c2bd5355edc0182f82b35.tar.bz2
[svn-r8323] Purpose:
bug fix, new tests Description: added a couple of #ifdefs to check if a specific filter is available for read added more tests the h5tools check filters had a mismatched filter variable Solution: Platforms tested: linux, with several filter configurations (all, some , none ) Misc. update:
Diffstat (limited to 'tools/lib/h5tools_filters.c')
-rw-r--r--tools/lib/h5tools_filters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools_filters.c b/tools/lib/h5tools_filters.c
index f02ec83..c76c3de 100644
--- a/tools/lib/h5tools_filters.c
+++ b/tools/lib/h5tools_filters.c
@@ -114,7 +114,7 @@ int h5tools_canreadf(const char* name, /* object name, serves also as boolean pr
*-------------------------------------------------------------------------
*/
case H5Z_FILTER_SHUFFLE:
- if (!have_szip)
+ if (!have_shuffle)
{
if (name)
print_warning(name,"shuffle");