[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:
MuQun Yang 2005-04-27 10:26:28 -05:00
parent fb7f30ef4c
commit 192631a52e

View File

@ -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);