summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5repack/h5repack.c')
-rw-r--r--tools/h5repack/h5repack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.c b/tools/h5repack/h5repack.c
index f99e4aa..98e910b 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 < H5Z_COMMON_CD_VALUES; k++)
+ for ( k = 0; k < CD_VALUES; k++)
options->filter_g[n].cd_values[k] = -1;
}