diff options
Diffstat (limited to 'tools/h5repack/test_h5repack_add.c')
-rw-r--r-- | tools/h5repack/test_h5repack_add.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/test_h5repack_add.c b/tools/h5repack/test_h5repack_add.c index 5edab2b..b357220 100644 --- a/tools/h5repack/test_h5repack_add.c +++ b/tools/h5repack/test_h5repack_add.c @@ -177,7 +177,9 @@ int make_dsets() TEST_ERROR; nerrors += make_deflate(fid); +#if 0 nerrors += make_szip(fid); +#endif /* close */ if(H5Fclose(fid)<0) |