diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-09-19 21:12:35 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-09-19 21:12:35 (GMT) |
commit | dca5ad5754071a785c1977c0252e49b7ff3f4721 (patch) | |
tree | ade2fafa0d05d2ce2249c4fd9864432ae092d8f9 /tools/h5repack/h5repack_opttable.c | |
parent | 465f9be6e3f818d20c650976a14d7698063cad00 (diff) | |
download | hdf5-dca5ad5754071a785c1977c0252e49b7ff3f4721.zip hdf5-dca5ad5754071a785c1977c0252e49b7ff3f4721.tar.gz hdf5-dca5ad5754071a785c1977c0252e49b7ff3f4721.tar.bz2 |
[svn-r11443] Purpose:
new features
Description:
added support for the scale/offset filter
there is a new filter symbol 'SOFF'
-f SOFF=<scale_factor,scale_type>
scale_factor = integer
scale_type = 'IN' or 'DS'
Solution:
Platforms tested:
Linux
SunOS
Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack_opttable.c')
-rw-r--r-- | tools/h5repack/h5repack_opttable.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack_opttable.c b/tools/h5repack/h5repack_opttable.c index 7bb6d10..d4c2532 100644 --- a/tools/h5repack/h5repack_opttable.c +++ b/tools/h5repack/h5repack_opttable.c @@ -17,7 +17,6 @@ #include "h5repack.h" - /*------------------------------------------------------------------------- * Function: init_packobject * @@ -36,7 +35,6 @@ void init_packobject(pack_info_t *obj) for ( j=0; j<H5_REPACK_MAX_NFILTERS; j++) { obj->filter[j].filtn = -1; - obj->filter[j].szip_coding = -1; for ( k=0; k<CDVALUES; k++) obj->filter[j].cd_values[k] = -1; } |