diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-07-30 16:25:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-07-30 16:26:14 (GMT) |
commit | ff4a9d0ec2e85cf15f769006e92e756a79869ab8 (patch) | |
tree | 1f6654046dcc7f47103dcf24e8e5fe1f50035434 /tools/lib/h5diff.h | |
parent | 2ece66e999876e78dcc8561ee2a2122e88fb14a1 (diff) | |
download | hdf5-ff4a9d0ec2e85cf15f769006e92e756a79869ab8.zip hdf5-ff4a9d0ec2e85cf15f769006e92e756a79869ab8.tar.gz hdf5-ff4a9d0ec2e85cf15f769006e92e756a79869ab8.tar.bz2 |
Warnings reduction in tools
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r-- | tools/lib/h5diff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h index c3c111f..f44f653 100644 --- a/tools/lib/h5diff.h +++ b/tools/lib/h5diff.h @@ -57,6 +57,7 @@ typedef struct { int mode_list_not_cmp; /* list not comparable messages */ int print_header; /* print header */ int print_percentage; /* print percentage */ + int print_dims; /* print dimension index */ int delta_bool; /* delta, absolute value to compare */ double delta; /* delta value */ int use_system_epsilon; /* flag to use system epsilon (1 or 0) */ |