From 3396dd951331510c30a1e88f74a5535c15527284 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 6 Jan 2004 13:55:09 -0500 Subject: [svn-r8028] Purpose: small change to the szip generated dataset Description: Solution: Platforms tested: linux solaris AIX Misc. update: --- tools/h5repack/testh5repack_filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5repack/testh5repack_filters.c b/tools/h5repack/testh5repack_filters.c index 2c03702..7b7837b 100644 --- a/tools/h5repack/testh5repack_filters.c +++ b/tools/h5repack/testh5repack_filters.c @@ -123,7 +123,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=8; /* create a space */ if((sid = H5Screate_simple(RANK, dims, NULL))<0) -- cgit v0.12