[svn-r10678] Purpose:

Update usage of H5Pset_scaleoffset.

Description:
H5Pset_scaleoffset API is changed due to addition of the floating-point filter.

Solution:
Only add a parameter, nothing should change for the tool.

Platforms tested:
Linux 2.4

Misc. update:
This commit is contained in:
MuQun Yang 2005-04-27 10:22:32 -05:00
parent affa4e9bff
commit 20786cd28b

View File

@ -786,7 +786,7 @@ int make_scaleoffset(hid_t loc_id)
H5Tclose(dtid);
goto out;
}
if (H5Pset_scaleoffset(dcpl,31)<0)
if (H5Pset_scaleoffset(dcpl,31,2)<0)
{
H5Tclose(dtid);
goto out;