summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff/h5diffgentest.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-18 20:35:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-18 20:35:05 (GMT)
commita4a1a93e56d282611a800319cef8487a3449ab56 (patch)
treea78208c9b77d5d6c312ed42f90403f90a72cf75b /tools/test/h5diff/h5diffgentest.c
parentb81767d6200e0483bb3b8d937361846dbdcc3014 (diff)
downloadhdf5-a4a1a93e56d282611a800319cef8487a3449ab56.zip
hdf5-a4a1a93e56d282611a800319cef8487a3449ab56.tar.gz
hdf5-a4a1a93e56d282611a800319cef8487a3449ab56.tar.bz2
HDFFV-9055 Correct file generator
Diffstat (limited to 'tools/test/h5diff/h5diffgentest.c')
-rw-r--r--tools/test/h5diff/h5diffgentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5diff/h5diffgentest.c b/tools/test/h5diff/h5diffgentest.c
index 6a84365..708f371 100644
--- a/tools/test/h5diff/h5diffgentest.c
+++ b/tools/test/h5diff/h5diffgentest.c
@@ -7237,7 +7237,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++;
}