summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diffgentest.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-18 21:46:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-18 21:46:13 (GMT)
commit1c492993749f9bdba7fee790c8a566d309494795 (patch)
treeae30c7cbbf031b46204edea06745dfe08ff9354e /tools/h5diff/h5diffgentest.c
parent7648fb25ad05e9c523842b6afdcad8abd0ae4305 (diff)
downloadhdf5-1c492993749f9bdba7fee790c8a566d309494795.zip
hdf5-1c492993749f9bdba7fee790c8a566d309494795.tar.gz
hdf5-1c492993749f9bdba7fee790c8a566d309494795.tar.bz2
HDFFV-9055 Correct file generation
Diffstat (limited to 'tools/h5diff/h5diffgentest.c')
-rw-r--r--tools/h5diff/h5diffgentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/h5diffgentest.c b/tools/h5diff/h5diffgentest.c
index 9472bc8..7eeb6d3 100644
--- a/tools/h5diff/h5diffgentest.c
+++ b/tools/h5diff/h5diffgentest.c
@@ -7136,7 +7136,7 @@ void write_dset_in(hid_t loc_id,
n=1;
for (i = 0; i < 24; i++) {
- for (j = 0; j < (int)dimarray[0]; j++) {
+ for (j = 0; j < 3; j++) {
if (make_diffs) buf63[i][j]=0;
else buf63[i][j]=n++;
}