summaryrefslogtreecommitdiffstats
path: root/src/H5Spoint.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/H5Spoint.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/H5Spoint.c')
-rw-r--r--src/H5Spoint.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/H5Spoint.c b/src/H5Spoint.c
index 9e9d4c9..aafdcf7 100644
--- a/src/H5Spoint.c
+++ b/src/H5Spoint.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Tuesday, June 16, 1998
- *
* Purpose: Point selection dataspace I/O functions.
*/
@@ -164,9 +161,6 @@ H5FL_DEFINE_STATIC(H5S_pnt_list_t);
*
* Return: Non-negative on success, negative on failure.
*
- * Programmer: Quincey Koziol
- * Tuesday, June 16, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -217,9 +211,6 @@ done:
*
* Return: Non-negative on success, negative on failure
*
- * Programmer: Quincey Koziol
- * Tuesday, April 22, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -245,9 +236,6 @@ H5S__point_iter_coords(const H5S_sel_iter_t *iter, hsize_t *coords)
*
* Return: Non-negative on success, negative on failure
*
- * Programmer: Quincey Koziol
- * Monday, June 2, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -274,9 +262,6 @@ H5S__point_iter_block(const H5S_sel_iter_t *iter, hsize_t *start, hsize_t *end)
*
* Return: Non-negative number of elements on success, zero on failure
*
- * Programmer: Quincey Koziol
- * Tuesday, June 16, 1998
- *
*-------------------------------------------------------------------------
*/
static hsize_t
@@ -2225,9 +2210,6 @@ H5S__point_adjust_s(H5S_t *space, const hssize_t *offset)
*
* Return: Non-negative on success, negative on failure.
*
- * Programmer: Quincey Koziol
- * Sunday, July 18, 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2265,9 +2247,6 @@ done:
*
* Return: Non-negative on success, negative on failure.
*
- * Programmer: Quincey Koziol
- * Sunday, July 18, 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t