diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dumptst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dumptst.c b/tools/h5dumptst.c index 609b346..e04f708 100644 --- a/tools/h5dumptst.c +++ b/tools/h5dumptst.c @@ -1163,10 +1163,10 @@ hid_t fxdlenstr, fxdlenstr2, memtype; hsize_t dims[1], size[1], start[1], stride[1], count[1], block[1]; -hsize_t i; +int i; char buf[LENSTR+10]; char buf2[3*LENSTR2]; -hsize_t sdim; +int sdim; fid = H5Fcreate(FILE14, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT); |