diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-08-31 22:14:16 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-08-31 22:14:16 (GMT) |
commit | c944a939837f23fb1974a77dad2b1a55c3755d52 (patch) | |
tree | b7aab4e931a35df3cda241ec843b2928d9565a1f /tools/h5repack/testh5repack_make.c | |
parent | c396fb7c06ef29be94a606e130cfd5e5b95cbfb2 (diff) | |
download | hdf5-c944a939837f23fb1974a77dad2b1a55c3755d52.zip hdf5-c944a939837f23fb1974a77dad2b1a55c3755d52.tar.gz hdf5-c944a939837f23fb1974a77dad2b1a55c3755d52.tar.bz2 |
[svn-r11328] Purpose:
code change due to the change of scale offset filter
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'tools/h5repack/testh5repack_make.c')
-rw-r--r-- | tools/h5repack/testh5repack_make.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/testh5repack_make.c b/tools/h5repack/testh5repack_make.c index 9adecc7..757f11f 100644 --- a/tools/h5repack/testh5repack_make.c +++ b/tools/h5repack/testh5repack_make.c @@ -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; |