diff options
Diffstat (limited to 'fortran/examples/h5_extend.f90')
-rw-r--r-- | fortran/examples/h5_extend.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/h5_extend.f90 b/fortran/examples/h5_extend.f90 index 1316281..315d84f 100644 --- a/fortran/examples/h5_extend.f90 +++ b/fortran/examples/h5_extend.f90 @@ -73,7 +73,7 @@ PROGRAM H5_EXTEND ! !general purpose integer ! - INTEGER :: i, j + INTEGER(HSIZE_T) :: i, j ! !flag to check operation success |