diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-05-16 20:46:10 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-05-16 20:46:10 (GMT) |
commit | 5c122eeb8b529db62aa75091601f3f91c684b14b (patch) | |
tree | 6e3443500b9083c30855898a722758feb84f2996 /fortran/test/tH5O.f90 | |
parent | 6c787d56aa8c7aa0afe0c6be7b340ececc759ff5 (diff) | |
download | hdf5-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.f90 | 2 |
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) |