summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorQuincey Koziol <quincey@koziol.cc>2023-04-11 14:41:32 (GMT)
committerGitHub <noreply@github.com>2023-04-11 14:41:32 (GMT)
commit49a71463a064a80aec7f67d6de008d892954febf (patch)
tree4e0d432ab31655d169ce88a14dff70f2d0cefc2a /fortran
parent1ad030f6696159c498880a4d785f9a2f7ae6fd32 (diff)
downloadhdf5-49a71463a064a80aec7f67d6de008d892954febf.zip
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.gz
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.bz2
Comment cleanup (#2689)
* Clean up content and redundant logging in comments.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/H5If.c1
-rw-r--r--fortran/src/H5Pf.c6
-rw-r--r--fortran/test/t.c4
-rw-r--r--fortran/test/tH5G_1_8.F9010
-rw-r--r--fortran/test/tH5MISC_1_8.F902
-rw-r--r--fortran/test/tH5P_F03.F902
-rw-r--r--fortran/test/tH5T.F902
-rw-r--r--fortran/test/tH5T_F03.F907
8 files changed, 0 insertions, 34 deletions
diff --git a/fortran/src/H5If.c b/fortran/src/H5If.c
index ef0128a..ffc6e08 100644
--- a/fortran/src/H5If.c
+++ b/fortran/src/H5If.c
@@ -273,7 +273,6 @@ done:
* Returns: 0 on success, -1 on failure
* Programmer: Elena Pourmal
* Tuesday, August 24, 2004
- * Modifications:
*---------------------------------------------------------------------------*/
int_f
h5iis_valid_c(hid_t_f *obj_id, int_f *c_valid)
diff --git a/fortran/src/H5Pf.c b/fortran/src/H5Pf.c
index 7371814..38eba37 100644
--- a/fortran/src/H5Pf.c
+++ b/fortran/src/H5Pf.c
@@ -1802,10 +1802,6 @@ h5pget_nfilters_c(hid_t_f *prp_id, int_f *nfilters)
* Returns: 0 on success, -1 on failure
* Programmer: Xiangyang Su
* Friday, February 25, 2000
- * Modifications:
- * Since cd_nelmts has IN/OUT attributes, fixed the input and
- * returned value of cd_nelmnts to satisfy this specification.
- * MSB January 27, 2009
*---------------------------------------------------------------------------*/
int_f
h5pget_filter_c(hid_t_f *prp_id, int_f *filter_number, int_f *flags, size_t_f *cd_nelmts, int_f *cd_values,
@@ -5262,7 +5258,6 @@ h5pget_create_inter_group_c(hid_t_f *lcpl_id, int_f *crt_intermed_group)
* Returns: 0 on success, -1 on failure
* Programmer: M. Scot Breitenfeld
* April 13, 2009
- * Modifications:
*---------------------------------------------------------------------------*/
int_f
@@ -5295,7 +5290,6 @@ h5pset_chunk_cache_c(hid_t_f *dapl_id, size_t_f *rdcc_nslots, size_t_f *rdcc_nby
* Returns: 0 on success, -1 on failure
* Programmer: M. Scot Breitenfeld
* April 13, 2009
- * Modifications:
*---------------------------------------------------------------------------*/
int_f
diff --git a/fortran/test/t.c b/fortran/test/t.c
index f6bc0f9..b89e8ae 100644
--- a/fortran/test/t.c
+++ b/fortran/test/t.c
@@ -36,7 +36,6 @@
* Returns: 0 on success, -1 on failure
* Programmer: Elena Pourmal
* Friday, September 13, 2002
- * Modifications:
*---------------------------------------------------------------------------*/
int_f
nh5_fixname_c(_fcd base_name, size_t_f *base_namelen, hid_t_f *fapl, _fcd full_name, size_t_f *full_namelen)
@@ -78,7 +77,6 @@ done:
* Returns: 0 on success, -1 on failure
* Programmer: Elena Pourmal
* Thursday, September 19, 2002
- * Modifications:
*---------------------------------------------------------------------------*/
int_f
nh5_cleanup_c(_fcd base_name, size_t_f *base_namelen, hid_t_f *fapl)
@@ -128,7 +126,6 @@ DONE:
* Returns: none
* Programmer: Quincey Koziol
* Tuesday, December 14, 2004
- * Modifications:
*---------------------------------------------------------------------------*/
void
nh5_exit_c(int_f *status)
@@ -145,7 +142,6 @@ nh5_exit_c(int_f *status)
* Returns: none
* Programmer: M.S. Breitenfeld
* September 30, 2008
- * Modifications:
*---------------------------------------------------------------------------*/
void
nh5_env_nocleanup_c(int_f *status)
diff --git a/fortran/test/tH5G_1_8.F90 b/fortran/test/tH5G_1_8.F90
index 755c96d..a4b25f2 100644
--- a/fortran/test/tH5G_1_8.F90
+++ b/fortran/test/tH5G_1_8.F90
@@ -639,8 +639,6 @@ SUBROUTINE group_info(cleanup, fapl, total_error)
! * Programmer: Adapted from C test by:
! * M.S. Breitenfeld
! *
-! * Modifications:
-! *
! *-------------------------------------------------------------------------
!
@@ -732,8 +730,6 @@ SUBROUTINE group_info(cleanup, fapl, total_error)
! * Programmer: M.S. Breitenfeld
! * March 3, 2008
! *
-! * Modifications:
-! *
! *-------------------------------------------------------------------------
!
@@ -1080,8 +1076,6 @@ SUBROUTINE lifecycle(cleanup, fapl2, total_error)
! * Programmer: M.S. Breitenfeld
! * April 14, 2008
! *
-! * Modifications: Modified original C code
-! *
! *-------------------------------------------------------------------------
!
@@ -1488,8 +1482,6 @@ SUBROUTINE link_info_by_idx_check(group_id, linkname, n, &
! * Modified C routine
! * March 12, 2008
! *
-! * Modifications:
-! *
! *-------------------------------------------------------------------------
!
@@ -1858,8 +1850,6 @@ END SUBROUTINE objcopy
! * Programmer: James Laird
! * Tuesday, June 6, 2006
! *
-! * Modifications:
-! *
! *-------------------------------------------------------------------------
!
diff --git a/fortran/test/tH5MISC_1_8.F90 b/fortran/test/tH5MISC_1_8.F90
index 2eea6ba..5413169 100644
--- a/fortran/test/tH5MISC_1_8.F90
+++ b/fortran/test/tH5MISC_1_8.F90
@@ -341,8 +341,6 @@ END SUBROUTINE test_h5s_encode
! Programmer: M. Scot Breitenfeld
! Decemeber 11, 2010
!
-! Modifications:
-!
!-------------------------------------------------------------------------
!
diff --git a/fortran/test/tH5P_F03.F90 b/fortran/test/tH5P_F03.F90
index ad505d4..0875b81 100644
--- a/fortran/test/tH5P_F03.F90
+++ b/fortran/test/tH5P_F03.F90
@@ -85,8 +85,6 @@ CONTAINS
! * Programmer: M. Scot Breitenfeld
! * June 24, 2008
! *
-! * Modifications:
-! *
! *-------------------------------------------------------------------------
!
diff --git a/fortran/test/tH5T.F90 b/fortran/test/tH5T.F90
index 82a908e..1fee036 100644
--- a/fortran/test/tH5T.F90
+++ b/fortran/test/tH5T.F90
@@ -953,8 +953,6 @@ CONTAINS
! * Fortran Programmer: M.S. Breitenfeld
! * September 9, 2008
! *
-! * Modifications:
-! *
! *-------------------------------------------------------------------------
!
diff --git a/fortran/test/tH5T_F03.F90 b/fortran/test/tH5T_F03.F90
index 9535d3a..2256b50 100644
--- a/fortran/test/tH5T_F03.F90
+++ b/fortran/test/tH5T_F03.F90
@@ -2917,13 +2917,6 @@ END SUBROUTINE setup_buffer
! Programmer: M. Scot Breitenfeld
! Decemeber 7, 2010
!
-! Modifications: Moved this subroutine from the 1.8 test file and
-! modified it to use F2003 features.
-! This routine requires 4 byte reals, so we use F2003 features to
-! ensure the requirement is satisfied in a portable way.
-! The need for this arises when a user specifies the default real is 8 bytes.
-! MSB 7/31/12
-!
!-------------------------------------------------------------------------
!