mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r10680] Purpose:
H5Pset_scaleoffset API is changed due to addition of the floating-point filter Description: Only add a parameter, nothing should change for the tool. Solution: Platforms tested: Linux 2.4 Misc. update:
This commit is contained in:
parent
fb7f30ef4c
commit
192631a52e
@ -4664,7 +4664,7 @@ static void gent_filters(void)
|
||||
assert(ret>=0);
|
||||
|
||||
/* set the scaleoffset filter */
|
||||
ret=H5Pset_scaleoffset(dcpl,H5Tget_size(H5T_NATIVE_INT));
|
||||
ret=H5Pset_scaleoffset(dcpl,H5Tget_size(H5T_NATIVE_INT),2);
|
||||
assert(ret>=0);
|
||||
|
||||
ret=make_dset(fid,"scaleoffset",sid,H5T_NATIVE_INT,dcpl,buf1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user