summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2008-12-30 17:30:17 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2008-12-30 17:30:17 (GMT)
commit9a38a8965c387417444407b149ef63a69cba985b (patch)
tree77a742eca8aa112dda9926d8ad6985477b7dd6e9 /fortran
parent0e779a215c14343022fe9e180fe1802eb6d96cec (diff)
downloadhdf5-9a38a8965c387417444407b149ef63a69cba985b.zip
hdf5-9a38a8965c387417444407b149ef63a69cba985b.tar.gz
hdf5-9a38a8965c387417444407b149ef63a69cba985b.tar.bz2
[svn-r16235] Description:
Cosmetic changes, Also tested -r16231 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
!/*-------------------------------------------------------------------------