summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.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 /test/hyperslab.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 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c36
1 files changed, 0 insertions, 36 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index 6712f5b..5b9ff1d 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -37,9 +37,6 @@
*
* Return: void
*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -68,9 +65,6 @@ init_full(uint8_t *array, size_t nx, size_t ny, size_t nz)
*
* Return: void
*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
*-------------------------------------------------------------------------
*/
static void
@@ -105,9 +99,6 @@ print_array(uint8_t *array, size_t nx, size_t ny, size_t nz)
*
* Failure:
*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
*-------------------------------------------------------------------------
*/
static void
@@ -132,9 +123,6 @@ print_ref(size_t nx, size_t ny, size_t nz)
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Saturday, October 11, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -287,9 +275,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -552,9 +537,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Saturday, October 11, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -668,9 +650,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Saturday, October 11, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -753,9 +732,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Saturday, October 11, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -850,9 +826,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Monday, October 13, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -999,9 +972,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Quincey Koziol
- * Monday, April 21, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1059,9 +1029,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Quincey Koziol
- * Monday, April 21, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1143,9 +1110,6 @@ error:
*
* Return: EXIT_SUCCESS/EXIT_FAILURE
*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
*-------------------------------------------------------------------------
*/
int