diff options
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/tH5Sselect.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/test/tH5Sselect.f90 b/fortran/test/tH5Sselect.f90 index 8b2e281..0e3ed9e 100644 --- a/fortran/test/tH5Sselect.f90 +++ b/fortran/test/tH5Sselect.f90 @@ -792,9 +792,9 @@ INTEGER(HSIZE_T), ALLOCATABLE, DIMENSION(:) :: pointlist ! - !start and end bounds in the current dataspac selection + !start and end bounds in the current dataspace selection ! - INTEGER(HSIZE_T), DIMENSION(RANK) :: startout, endout + INTEGER(HSSIZE_T), DIMENSION(RANK) :: startout, endout ! !data to write |