summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/thyperslab_wr.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/testpar/thyperslab_wr.f90')
-rw-r--r--fortran/testpar/thyperslab_wr.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/thyperslab_wr.f90 b/fortran/testpar/thyperslab_wr.f90
index 2ebd1d8..8db32e9 100644
--- a/fortran/testpar/thyperslab_wr.f90
+++ b/fortran/testpar/thyperslab_wr.f90
@@ -40,7 +40,7 @@
INTEGER, ALLOCATABLE :: data_out (:,:) ! Buffer to store data
INTEGER :: rank = 2 ! Dataset rank
INTEGER :: i, j
- INTEGER :: dims(7)
+ INTEGER(HSIZE_T), DIMENSION(2) :: dims
INTEGER :: error ! Error flag
!