diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-05-18 20:35:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-05-18 21:29:52 (GMT) |
commit | e60bf13c76e8e9bc831d4a47d22631f201383560 (patch) | |
tree | 5b43c1aae0b7ce89887cb5cdd44554d9bbff196c /tools/test/h5diff/h5diffgentest.c | |
parent | 9b8ffee145e41abf35d57c747ff8e1a6ba3aaa89 (diff) | |
download | hdf5-e60bf13c76e8e9bc831d4a47d22631f201383560.zip hdf5-e60bf13c76e8e9bc831d4a47d22631f201383560.tar.gz hdf5-e60bf13c76e8e9bc831d4a47d22631f201383560.tar.bz2 |
HDFFV-9055 Correct file generator
Diffstat (limited to 'tools/test/h5diff/h5diffgentest.c')
-rw-r--r-- | tools/test/h5diff/h5diffgentest.c | 2 |
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++; } |