summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/testh5repack_make.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-09-01 22:46:16 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-09-01 22:46:16 (GMT)
commit90103afad6237862caa8fe02e80c57d9515e2b30 (patch)
tree4c7c784f181b7a4c8f45b0262ed648b588d9a7ad /tools/h5repack/testh5repack_make.c
parentfc90c784e1b114079038484f1825ac53987c6b44 (diff)
downloadhdf5-90103afad6237862caa8fe02e80c57d9515e2b30.zip
hdf5-90103afad6237862caa8fe02e80c57d9515e2b30.tar.gz
hdf5-90103afad6237862caa8fe02e80c57d9515e2b30.tar.bz2
[svn-r11337] Purpose:
Code cleanup Description: Changed some scale+offset filter symbols from H5_SO_... -> H5Z_SO_... to indicate that they are in the H5Z package. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'tools/h5repack/testh5repack_make.c')
-rw-r--r--tools/h5repack/testh5repack_make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/testh5repack_make.c b/tools/h5repack/testh5repack_make.c
index 757f11f..5213043 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,H5_SO_INT,31)<0)
+ if (H5Pset_scaleoffset(dcpl,H5Z_SO_INT,31)<0)
{
H5Tclose(dtid);
goto out;