summaryrefslogtreecommitdiffstats
path: root/fortran/examples/selectele.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/examples/selectele.f90')
-rw-r--r--fortran/examples/selectele.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/selectele.f90 b/fortran/examples/selectele.f90
index a076692..f476ec5 100644
--- a/fortran/examples/selectele.f90
+++ b/fortran/examples/selectele.f90
@@ -64,7 +64,7 @@
INTEGER :: error ! Error flag
LOGICAL :: status
- INTEGER, DIMENSION(7) :: data_dims
+ INTEGER(HSIZE_T), DIMENSION(2) :: data_dims
!