summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/testh5repack_filters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/testh5repack_filters.c b/tools/h5repack/testh5repack_filters.c
index 5a35d67..3313d77 100644
--- a/tools/h5repack/testh5repack_filters.c
+++ b/tools/h5repack/testh5repack_filters.c
@@ -125,7 +125,7 @@ int make_szip(hid_t loc_id)
pixels_per_block must be an even number, and <= pixels_per_scanline
and <= MAX_PIXELS_PER_BLOCK
*/
- szip_pixels_per_block=16;
+ szip_pixels_per_block=10;
/* create a space */
if((sid = H5Screate_simple(RANK, dims, NULL))<0)