diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-06-12 22:54:05 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-06-12 22:54:05 (GMT) |
commit | f9a93abcbebbabeb9a8709f992b429c2b07fc322 (patch) | |
tree | 06d806ce1a2c6b6db6f023b06a32084fa1801532 /fortran/test | |
parent | b8632ce735eeae4d65fa27866155a26d19c7e035 (diff) | |
download | hdf5-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.f90 | 1 |
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. |