summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortran/test/tH5G.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5G.f90 b/fortran/test/tH5G.f90
index f68fc3c..2ec6435 100644
--- a/fortran/test/tH5G.f90
+++ b/fortran/test/tH5G.f90
@@ -36,7 +36,7 @@
INTEGER(HSIZE_T), DIMENSION(1) :: dims = 1 ! Datasets dimensions
INTEGER :: rank = 1 ! Datasets rank
INTEGER :: error ! Error flag
- INTEGER :: namesize = 100 !size for symbolic object
+ INTEGER(SIZE_T) :: namesize = 100 !size for symbolic object
CHARACTER*100 :: name !name to put symbolic object
CHARACTER*100 :: commentout !comment to the file
INTEGER :: nmembers