From 0d405bdfb29f6af66b10d213804a55b6e2cd4998 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 31 Dec 2003 15:26:00 -0500 Subject: [svn-r8006] Purpose: Code cleanup Description: Tweaked down the size of the szip 'pixels per block' for a test, now that the library is range-checking this value more strictly. Platforms tested: FreeBSD 4.9 (sleipnir) too minor for h5committest --- 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 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) -- cgit v0.12