summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5O.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2008-05-16 20:46:10 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2008-05-16 20:46:10 (GMT)
commit5c122eeb8b529db62aa75091601f3f91c684b14b (patch)
tree6e3443500b9083c30855898a722758feb84f2996 /fortran/test/tH5O.f90
parent6c787d56aa8c7aa0afe0c6be7b340ececc759ff5 (diff)
downloadhdf5-5c122eeb8b529db62aa75091601f3f91c684b14b.zip
hdf5-5c122eeb8b529db62aa75091601f3f91c684b14b.tar.gz
hdf5-5c122eeb8b529db62aa75091601f3f91c684b14b.tar.bz2
[svn-r15025] Purpose:
Cleaned up unused code (i.e. commented out) and removed extraneous output to standard out. Tested: N/A - No critical executable source lines were modified, only comments and write statements.
Diffstat (limited to 'fortran/test/tH5O.f90')
-rw-r--r--fortran/test/tH5O.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5O.f90 b/fortran/test/tH5O.f90
index be433c9..7e73104 100644
--- a/fortran/test/tH5O.f90
+++ b/fortran/test/tH5O.f90
@@ -236,7 +236,7 @@ SUBROUTINE test_h5o_plist(total_error)
CHARACTER(LEN=7), PARAMETER :: TEST_FILENAME = 'test.h5'
- PRINT*,'Testing object creation properties'
+! PRINT*,'Testing object creation properties'
!/* Make a FAPL that uses the "use the latest version of the format" flag */
CALL H5Pcreate_f(H5P_FILE_ACCESS_F, fapl, error)