summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2008-12-30 17:25:11 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2008-12-30 17:25:11 (GMT)
commitfbf861cbded227e398894904add0a8a3a78684d0 (patch)
tree0df7d38e07432f904486110c0d823ef26ebf94ba /fortran
parent79e4e95e8276bf9295d709930c98e70e38907829 (diff)
downloadhdf5-fbf861cbded227e398894904add0a8a3a78684d0.zip
hdf5-fbf861cbded227e398894904add0a8a3a78684d0.tar.gz
hdf5-fbf861cbded227e398894904add0a8a3a78684d0.tar.bz2
[svn-r16234] Description:
Cosmetic changes, Also tested -r16232 on: Jam (intel 10.1) Smirom (intel 10.1)
Diffstat (limited to 'fortran')
-rw-r--r--fortran/test/tH5G_1_8.f902
1 files changed, 0 insertions, 2 deletions
diff --git a/fortran/test/tH5G_1_8.f90 b/fortran/test/tH5G_1_8.f90
index 443b0e8..42dd617 100644
--- a/fortran/test/tH5G_1_8.f90
+++ b/fortran/test/tH5G_1_8.f90
@@ -39,7 +39,6 @@ SUBROUTINE group_test(cleanup, total_error)
! /* Check for FAPL to USE */
my_fapl = fapl2
-
ret_total_error = 0
CALL mklinks(fapl2, ret_total_error)
CALL write_test_status(ret_total_error, &
@@ -613,7 +612,6 @@ SUBROUTINE group_info(cleanup, fapl, total_error)
IF(cleanup) CALL h5_cleanup_f(prefix, H5P_DEFAULT_F, error)
CALL check("h5_cleanup_f", error, total_error)
-
END SUBROUTINE timestamps
!/*-------------------------------------------------------------------------