summaryrefslogtreecommitdiffstats
path: root/fortran/test/fortranlib_test_1_8.f90
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-05-13 18:23:35 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-05-13 18:23:35 (GMT)
commitec4ae5213b66274287844b2e05340f342c7c3231 (patch)
tree1496212ce0300972a37f6cfe8146aeedf354ce67 /fortran/test/fortranlib_test_1_8.f90
parentea20e67829f70c4d3cb0452005bec864bfa78f8b (diff)
downloadhdf5-ec4ae5213b66274287844b2e05340f342c7c3231.zip
hdf5-ec4ae5213b66274287844b2e05340f342c7c3231.tar.gz
hdf5-ec4ae5213b66274287844b2e05340f342c7c3231.tar.bz2
[svn-r14991] Maintenance: Fixed some bugs discovered by daily testing and by manual testing using -i8 flag
Platforms tested: linew (as for daily tests), icc and pgf90 with -i8 on kagiso; g95 has the problem with -i8 (will be looking into the problem)
Diffstat (limited to 'fortran/test/fortranlib_test_1_8.f90')
-rw-r--r--fortran/test/fortranlib_test_1_8.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/fortranlib_test_1_8.f90 b/fortran/test/fortranlib_test_1_8.f90
index 080c8d3..3dafb55 100644
--- a/fortran/test/fortranlib_test_1_8.f90
+++ b/fortran/test/fortranlib_test_1_8.f90
@@ -31,7 +31,7 @@ PROGRAM fortranlibtest
CHARACTER(LEN=8) :: failure = '*FAILED*'
CHARACTER(LEN=4) :: e_format ='(8a)'
LOGICAL :: cleanup = .TRUE.
- ! LOGICAL :: cleanup = .FALSE.
+! LOGICAL :: cleanup = .FALSE.
CALL h5open_f(error)
WRITE(*,*) ' ========================== '