summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5T_F03.F90
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 19:13:29 (GMT)
committerGitHub <noreply@github.com>2023-06-29 19:13:29 (GMT)
commitfd933f30b1f8cd487ad790ac0b054bb779280a62 (patch)
tree9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /fortran/test/tH5T_F03.F90
parentfd56a593b7928da636b2494b25cd7478fed78c29 (diff)
downloadhdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.zip
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.gz
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.bz2
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
Diffstat (limited to 'fortran/test/tH5T_F03.F90')
-rw-r--r--fortran/test/tH5T_F03.F9015
1 files changed, 2 insertions, 13 deletions
diff --git a/fortran/test/tH5T_F03.F90 b/fortran/test/tH5T_F03.F90
index 0f56806..661a0cc 100644
--- a/fortran/test/tH5T_F03.F90
+++ b/fortran/test/tH5T_F03.F90
@@ -2913,10 +2913,6 @@ END SUBROUTINE setup_buffer
!
! Return: Success: 0
! Failure: >0
-!
-! Programmer: M. Scot Breitenfeld
-! Decemeber 7, 2010
-!
!-------------------------------------------------------------------------
!
@@ -3057,9 +3053,6 @@ SUBROUTINE t_enum_conv(total_error)
! Return: Success: 0
! Failure: number of errors
!
-! Programmer: M. Scot Breitenfeld
-! October 27, 2012
-!
! Note: Adapted from C test (enum.c -- test_conv)
! No reliance on C tests.
!-------------------------------------------------------------------------
@@ -3401,9 +3394,9 @@ END SUBROUTINE t_enum_conv
! Tests the reading and writing of multiple datasets using H5Dread_multi and
! H5Dwrite_multi
-
+
SUBROUTINE multiple_dset_rw(total_error)
-
+
!-------------------------------------------------------------------------
! Subroutine: multiple_dset_rw
!
@@ -3412,10 +3405,6 @@ SUBROUTINE multiple_dset_rw(total_error)
!
! Return: Success: 0
! Failure: number of errors
-!
-! Programmer: M. Scot Breitenfeld
-! April 2, 2014
-!
!-------------------------------------------------------------------------
!
USE iso_c_binding