From d2e7ce139919b63c06452e9d153756a5af6fd95f Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 30 Nov 2000 09:57:56 -0500 Subject: [svn-r3036] Purpose: Bug fix Description: hdf5 1.4.0_beta1 build failed for Fortran test tH5T.f90 because third argument of the h5tarray_create_f subroutine had INTEGER(SIZE_T) type instead of INTEGER(HSIZE_T) type. Solution: Fixed the datatype. Platforms tested: Linux (eirene) --- fortran/test/tH5T.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/test/tH5T.f90 b/fortran/test/tH5T.f90 index 66c4223..961f7e7 100644 --- a/fortran/test/tH5T.f90 +++ b/fortran/test/tH5T.f90 @@ -65,7 +65,7 @@ CHARACTER*256 :: member_name INTEGER :: len ! Lenght of the name of the compound datatype member LOGICAL :: flag - INTEGER(SIZE_T), DIMENSION(3) :: array_dims=(/2,3,4/) + INTEGER(HSIZE_T), DIMENSION(3) :: array_dims=(/2,3,4/) INTEGER :: elements = 24 ! number of elements in the array_dims array. INTEGER(SIZE_T) :: sizechar ! -- cgit v0.12