diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-12-14 19:16:01 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-12-14 19:16:01 (GMT) |
commit | 89f6ef0303907065fbfbbd3c48218a8457149e7e (patch) | |
tree | 4b7af80d3478af97da67fb0b411a7c059ae65602 /tools/h5repack/h5repack.c | |
parent | 619e6d1cb15ce3e429372571fde9478d4720d491 (diff) | |
download | hdf5-89f6ef0303907065fbfbbd3c48218a8457149e7e.zip hdf5-89f6ef0303907065fbfbbd3c48218a8457149e7e.tar.gz hdf5-89f6ef0303907065fbfbbd3c48218a8457149e7e.tar.bz2 |
[svn-r14345] substituted the symbol CD_VALUES , number of filter client data values, for H5Z_COMMON_CD_VALUES
that is defined in the library
tested: windows, linux, solaris
Diffstat (limited to 'tools/h5repack/h5repack.c')
-rw-r--r-- | tools/h5repack/h5repack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.c b/tools/h5repack/h5repack.c index 374a53a..f99e4aa 100644 --- a/tools/h5repack/h5repack.c +++ b/tools/h5repack/h5repack.c @@ -102,7 +102,7 @@ int h5repack_init (pack_opt_t *options, { options->filter_g[n].filtn = -1; options->filter_g[n].cd_nelmts = -1; - for ( k = 0; k < CDVALUES; k++) + for ( k = 0; k < H5Z_COMMON_CD_VALUES; k++) options->filter_g[n].cd_values[k] = -1; } |