summaryrefslogtreecommitdiffstats
path: root/src/H5Sselect.c
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 /src/H5Sselect.c
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 'src/H5Sselect.c')
-rw-r--r--src/H5Sselect.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/H5Sselect.c b/src/H5Sselect.c
index c956992..071ff2c 100644
--- a/src/H5Sselect.c
+++ b/src/H5Sselect.c
@@ -251,9 +251,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Friday, May 30, 2003
- *
* Note: This routine participates in the "Inlining C function pointers"
* pattern, don't call it directly, use the appropriate macro
* defined in H5Sprivate.h.
@@ -285,9 +282,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Tuesday, May 18, 2004
- *
* Note: This routine participates in the "Inlining C function pointers"
* pattern, don't call it directly, use the appropriate macro
* defined in H5Sprivate.h.
@@ -1272,9 +1266,6 @@ H5S_select_iter_next(H5S_sel_iter_t *iter, size_t nelem)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Tuesday, May 18, 2004
- *
* Note: This routine participates in the "Inlining C function pointers"
* pattern, don't call it directly, use the appropriate macro
* defined in H5Sprivate.h.
@@ -2813,7 +2804,6 @@ done:
Creates a selection iterator and initializes it to start at the first
element selected in the dataspace.
PROGRAMMER
- Quincey Koziol - February 11, 2019
GLOBAL VARIABLES
COMMENTS, BUGS, ASSUMPTIONS
EXAMPLES
@@ -2897,7 +2887,6 @@ done:
further sequences of elements to retrieve, calls to this routine will
set *NSEQ and *NELMTS to zero.
PROGRAMMER
- Quincey Koziol - February 11, 2019
GLOBAL VARIABLES
COMMENTS, BUGS, ASSUMPTIONS
EXAMPLES
@@ -3071,9 +3060,6 @@ done:
*
* Return: Non-negative on success / Negative on failure
*
- * Programmer: Quincey Koziol
- * Wednesday, April 8, 2020
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3102,9 +3088,6 @@ done:
*
* Return: Non-negative on success / Negative on failure
*
- * Programmer: Quincey Koziol
- * Monday, February 11, 2019
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3142,7 +3125,6 @@ done:
DESCRIPTION
Close a dataspace selection iterator, releasing its state.
PROGRAMMER
- Quincey Koziol - February 11, 2019
GLOBAL VARIABLES
COMMENTS, BUGS, ASSUMPTIONS
EXAMPLES