mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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
This commit is contained in:
parent
b3a3693688
commit
0d405bdfb2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user