mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r11328] Purpose:
code change due to the change of scale offset filter Description: Solution: Platforms tested: Misc. update:
This commit is contained in:
parent
c396fb7c06
commit
c944a93983
@ -786,7 +786,7 @@ int make_scaleoffset(hid_t loc_id)
|
||||
H5Tclose(dtid);
|
||||
goto out;
|
||||
}
|
||||
if (H5Pset_scaleoffset(dcpl,31,2)<0)
|
||||
if (H5Pset_scaleoffset(dcpl,H5_SO_INT,31)<0)
|
||||
{
|
||||
H5Tclose(dtid);
|
||||
goto out;
|
||||
|
Loading…
Reference in New Issue
Block a user