diff options
author | Xiaowen Wu <wuxiaowe@ncsa.uiuc.edu> | 2005-02-17 03:17:48 (GMT) |
---|---|---|
committer | Xiaowen Wu <wuxiaowe@ncsa.uiuc.edu> | 2005-02-17 03:17:48 (GMT) |
commit | e358c946497172a4c581d7505d4a3d9cb7b65e08 (patch) | |
tree | 2f3f01e3036380ed9a243df1982f5730ebb037d8 /tools/h5import | |
parent | 8493009bd427a705d9bc755981dfe744d4d8537a (diff) | |
download | hdf5-e358c946497172a4c581d7505d4a3d9cb7b65e08.zip hdf5-e358c946497172a4c581d7505d4a3d9cb7b65e08.tar.gz hdf5-e358c946497172a4c581d7505d4a3d9cb7b65e08.tar.bz2 |
[svn-r10027] Purpose:
New feature.
Description:
Add the scaleoffset internal library filter.
Solution:
Platforms tested:
heping, copper, arabica
Misc. update:
Diffstat (limited to 'tools/h5import')
-rwxr-xr-x | tools/h5import/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5import/Makefile.in b/tools/h5import/Makefile.in index d50ce38..e4d6049 100755 --- a/tools/h5import/Makefile.in +++ b/tools/h5import/Makefile.in @@ -156,6 +156,7 @@ TRACE_API = @TRACE_API@ USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@ USE_FILTER_FLETCHER32 = @USE_FILTER_FLETCHER32@ USE_FILTER_NBIT = @USE_FILTER_NBIT@ +USE_FILTER_SCALEOFFSET = @USE_FILTER_SCALEOFFSET@ USE_FILTER_SHUFFLE = @USE_FILTER_SHUFFLE@ USE_FILTER_SZIP = @USE_FILTER_SZIP@ VERSION = @VERSION@ |