summaryrefslogtreecommitdiffstats
path: root/fortran/test
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-06-12 22:54:05 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-06-12 22:54:05 (GMT)
commitf9a93abcbebbabeb9a8709f992b429c2b07fc322 (patch)
tree06d806ce1a2c6b6db6f023b06a32084fa1801532 /fortran/test
parentb8632ce735eeae4d65fa27866155a26d19c7e035 (diff)
downloadhdf5-f9a93abcbebbabeb9a8709f992b429c2b07fc322.zip
hdf5-f9a93abcbebbabeb9a8709f992b429c2b07fc322.tar.gz
hdf5-f9a93abcbebbabeb9a8709f992b429c2b07fc322.tar.bz2
[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:
Diffstat (limited to 'fortran/test')
-rw-r--r--fortran/test/tH5T.f901
1 files changed, 0 insertions, 1 deletions
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.