diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-01-06 18:55:09 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-01-06 18:55:09 (GMT) |
commit | 3396dd951331510c30a1e88f74a5535c15527284 (patch) | |
tree | 40771f7ba82a8360c2b146df1cc76c1a2cc85603 /tools | |
parent | ab9a8af7787484a8f9efd29f20ca2bab6f91f424 (diff) | |
download | hdf5-3396dd951331510c30a1e88f74a5535c15527284.zip hdf5-3396dd951331510c30a1e88f74a5535c15527284.tar.gz hdf5-3396dd951331510c30a1e88f74a5535c15527284.tar.bz2 |
[svn-r8028] Purpose:
small change to the szip generated dataset
Description:
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/testh5repack_filters.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |