diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-03-09 20:12:18 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-03-09 20:12:18 (GMT) |
commit | 5aa5ed84dace86bed8c8ca5f4eb3b379a61af43b (patch) | |
tree | 7cd2ecb30a9e593b565841b1fecbcdc6903098c5 /tools/h5repack | |
parent | 31ffa03914360f530544c48d6a930abc5009e3d8 (diff) | |
download | hdf5-5aa5ed84dace86bed8c8ca5f4eb3b379a61af43b.zip hdf5-5aa5ed84dace86bed8c8ca5f4eb3b379a61af43b.tar.gz hdf5-5aa5ed84dace86bed8c8ca5f4eb3b379a61af43b.tar.bz2 |
[svn-r26408] Missed an H5_HAVE_FILTER_SHUFFLE line.
Part of: HDFFV-9086
Tested on: jam (minor change)
Diffstat (limited to 'tools/h5repack')
-rw-r--r-- | tools/h5repack/h5repacktst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repacktst.c b/tools/h5repack/h5repacktst.c index 0353955..46d895c 100644 --- a/tools/h5repack/h5repacktst.c +++ b/tools/h5repack/h5repacktst.c @@ -1363,7 +1363,7 @@ int main (void) TESTING(" several global filters"); -#if defined (H5_HAVE_FILTER_DEFLATE) && defined (H5_HAVE_FILTER_SHUFFLE) +#if defined (H5_HAVE_FILTER_DEFLATE) if (h5repack_init (&pack_options, 0, fs_type, fs_size) < 0) GOERROR; |