[svn-r11328] Purpose:

code change due to the change of scale offset filter

Description:

Solution:

Platforms tested:

Misc. update:
This commit is contained in:
MuQun Yang 2005-08-31 17:14:16 -05:00
parent c396fb7c06
commit c944a93983

View File

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