summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-08-15 21:30:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-08-15 21:30:55 (GMT)
commit94ae09469b75b8c447760f11068c4643a1a53bc7 (patch)
treee88a1546c9e210b0bb0868ba028873fc4440d13f /tools/test/h5diff
parent40bf112b56c90b7e90c9ec3d7a35a78d1d12288b (diff)
parent2d659de898f23b78bbbb47a1dbd5ffb5d9f953a6 (diff)
downloadhdf5-94ae09469b75b8c447760f11068c4643a1a53bc7.zip
hdf5-94ae09469b75b8c447760f11068c4643a1a53bc7.tar.gz
hdf5-94ae09469b75b8c447760f11068c4643a1a53bc7.tar.bz2
Merge pull request #2768 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '2d659de898f23b78bbbb47a1dbd5ffb5d9f953a6': HDFFV-9984 fix test logic HDFFV-9984 - correct name of ref files HDFFV-9984 add missing ref file HDFFV-9984 - add missing ref files HDFFV-9984 Add options to merge/prune external links during repack
Diffstat (limited to 'tools/test/h5diff')
-rw-r--r--tools/test/h5diff/h5diffgentest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test/h5diff/h5diffgentest.c b/tools/test/h5diff/h5diffgentest.c
index afdf46c..173a5ce 100644
--- a/tools/test/h5diff/h5diffgentest.c
+++ b/tools/test/h5diff/h5diffgentest.c
@@ -8035,7 +8035,6 @@ void test_double_epsilon(const char *fname1, const char *fname2)
{
hid_t fid1 = H5I_INVALID_HID, fid2 = H5I_INVALID_HID;
hsize_t dims1[2] = { 4, 7 };
- hsize_t dims2[2] = { 4, 7 };
double wdata[4][7];
int i, j;