mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[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:
parent
affa4e9bff
commit
20786cd28b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user