summaryrefslogtreecommitdiffstats
path: root/src/H5Tarray.c
diff options
context:
space:
mode:
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