From f9a93abcbebbabeb9a8709f992b429c2b07fc322 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 12 Jun 2003 17:54:05 -0500 Subject: [svn-r7031] Purpose: Small bug fix Description: Variable flag was declared twice. That caused compilation to fail on True64 system. Solution: Deleted one of the declarations. Platforms tested: True64 at PSC and arabica. Change is trivial, so h5commitest is not necessary. Misc. update: --- fortran/test/tH5T.f90 | 1 - 1 file changed, 1 deletion(-) diff --git a/fortran/test/tH5T.f90 b/fortran/test/tH5T.f90 index 5f9cde2..a29d1ea 100644 --- a/fortran/test/tH5T.f90 +++ b/fortran/test/tH5T.f90 @@ -82,7 +82,6 @@ CHARACTER(LEN=256) :: member_name INTEGER :: len ! Lenght of the name of the compound datatype member INTEGER :: member_index ! index of the field - LOGICAL :: flag INTEGER(HSIZE_T), DIMENSION(3) :: array_dims=(/2,3,4/) INTEGER :: array_dims_range = 3 INTEGER :: elements = 24 ! number of elements in the array_dims array. -- cgit v0.12