summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-07-27 21:08:47 (GMT)
committerGitHub <noreply@github.com>2023-07-27 21:08:47 (GMT)
commit61186204c020a81b5b0044a3b5e08311ccf1424d (patch)
treed39acd70c119e92640277d4f595963f07d77f13c /test/hyperslab.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c50
1 files changed, 6 insertions, 44 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index 5203b7c..ae94286 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -10,14 +10,12 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
- * Purpose: Hyperslab operations are rather complex, so this file
- * attempts to test them extensively so we can be relatively
- * sure they really work. We only test 1d, 2d, and 3d cases
- * because testing general dimensionalities would require us to
- * rewrite much of the hyperslab stuff.
+/*
+ * Purpose: Hyperslab operations are rather complex, so this file
+ * attempts to test them extensively so we can be relatively
+ * sure they really work. We only test 1d, 2d, and 3d cases
+ * because testing general dimensionalities would require us to
+ * rewrite much of the hyperslab stuff.
*/
#include "h5test.h"
#include "H5VMprivate.h"
@@ -39,9 +37,6 @@
*
* Return: void
*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -70,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
@@ -107,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
@@ -134,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
@@ -289,9 +275,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -554,9 +537,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Saturday, October 11, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -670,9 +650,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Saturday, October 11, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -755,9 +732,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Saturday, October 11, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -852,9 +826,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Monday, October 13, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1001,9 +972,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Quincey Koziol
- * Monday, April 21, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1061,9 +1029,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Quincey Koziol
- * Monday, April 21, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1145,9 +1110,6 @@ error:
*
* Return: EXIT_SUCCESS/EXIT_FAILURE
*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
*-------------------------------------------------------------------------
*/
int