From c944a939837f23fb1974a77dad2b1a55c3755d52 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Wed, 31 Aug 2005 17:14:16 -0500 Subject: [svn-r11328] Purpose: code change due to the change of scale offset filter Description: Solution: Platforms tested: Misc. update: --- tools/h5repack/testh5repack_make.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12