summaryrefslogtreecommitdiffstats
path: root/fortran/examples/rwdsetexample.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/examples/rwdsetexample.f90')
-rw-r--r--fortran/examples/rwdsetexample.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/rwdsetexample.f90 b/fortran/examples/rwdsetexample.f90
index 8ef00bd..e2c4d4b 100644
--- a/fortran/examples/rwdsetexample.f90
+++ b/fortran/examples/rwdsetexample.f90
@@ -36,7 +36,7 @@
INTEGER :: i, j
INTEGER, DIMENSION(4,6) :: dset_data, data_out ! Data buffers
- INTEGER, DIMENSION(7) :: data_dims
+ INTEGER(HSIZE_T), DIMENSION(2) :: data_dims
!
! Initialize the dset_data array.