summaryrefslogtreecommitdiffstats
path: root/src/H5Tarray.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/H5Tarray.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/H5Tarray.c')
-rw-r--r--src/H5Tarray.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/H5Tarray.c b/src/H5Tarray.c
index e52a461..8b01227 100644
--- a/src/H5Tarray.c
+++ b/src/H5Tarray.c
@@ -75,9 +75,6 @@
* Return: Success: ID of new array datatype
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Thursday, Oct 17, 2007
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -130,9 +127,6 @@ done:
* Return: Success: ID of new array data type
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Thursday, Oct 26, 2000
- *
*-------------------------------------------------------------------------
*/
H5T_t *
@@ -187,9 +181,6 @@ done:
* Return: Success: Number of dimensions of the array datatype
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Monday, November 6, 2000
- *
*-------------------------------------------------------------------------
*/
int
@@ -223,9 +214,6 @@ done:
* Return: Success: Number of dimensions of the array datatype
* Failure: Negative
*
- * Programmer: Raymond Lu
- * October 10, 2002
- *
*-------------------------------------------------------------------------
*/
int
@@ -248,9 +236,6 @@ H5T__get_array_ndims(const H5T_t *dt)
* Return: Success: Number of dimensions of the array type
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Thursday, October 17, 2007
- *
*-------------------------------------------------------------------------
*/
int
@@ -284,9 +269,6 @@ done:
* Return: Success: Number of dimensions of the array type
* Failure: Negative
*
- * Programmer: Raymond Lu
- * October 10, 2002
- *
*-------------------------------------------------------------------------
*/
int
@@ -324,9 +306,6 @@ H5T__get_array_dims(const H5T_t *dt, hsize_t dims[])
* Return: Success: ID of new array datatype
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Thursday, Oct 26, 2000
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -376,9 +355,6 @@ done:
* Return: Success: Number of dimensions of the array type
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Monday, November 6, 2000
- *
*-------------------------------------------------------------------------
*/
int