summaryrefslogtreecommitdiffstats
path: root/src/H5Sselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Sselect.c')
-rw-r--r--src/H5Sselect.c22
1 files changed, 1 insertions, 21 deletions
diff --git a/src/H5Sselect.c b/src/H5Sselect.c
index 37f2192..1a06414 100644
--- a/src/H5Sselect.c
+++ b/src/H5Sselect.c
@@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Quincey Koziol
- * Friday, May 29, 1998
- *
+/*
* Purpose: Dataspace selection functions.
*/
@@ -253,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.
@@ -287,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.
@@ -1274,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.
@@ -2815,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
@@ -2899,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
@@ -3073,9 +3060,6 @@ done:
*
* Return: Non-negative on success / Negative on failure
*
- * Programmer: Quincey Koziol
- * Wednesday, April 8, 2020
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3104,9 +3088,6 @@ done:
*
* Return: Non-negative on success / Negative on failure
*
- * Programmer: Quincey Koziol
- * Monday, February 11, 2019
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3144,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