mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r26408] Missed an H5_HAVE_FILTER_SHUFFLE line.
Part of: HDFFV-9086 Tested on: jam (minor change)
This commit is contained in:
parent
31ffa03914
commit
5aa5ed84da
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user