summaryrefslogtreecommitdiffstats
path: root/test/istore.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/istore.c')
-rw-r--r--test/istore.c25
1 files changed, 1 insertions, 24 deletions
diff --git a/test/istore.c b/test/istore.c
index b2d8a69..7bc0696 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Robb Matzke
- * Wednesday, October 15, 1997
- *
+/*
* Purpose: Tests various aspects of indexed raw data storage.
*/
@@ -54,9 +52,6 @@ hsize_t zero[H5O_LAYOUT_NDIMS];
*
* Failure: zero
*
- * Programmer: Robb Matzke
- * Wednesday, July 15, 1998
- *
*-------------------------------------------------------------------------
*/
static int
@@ -91,9 +86,6 @@ is_sparse(void)
*
* Return: void
*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
*-------------------------------------------------------------------------
*/
static void
@@ -132,9 +124,6 @@ print_array(uint8_t *array, size_t nx, size_t ny, size_t nz)
*
* Failure: -1
*
- * Programmer: Robb Matzke
- * Wednesday, October 15, 1997
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -186,9 +175,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Wednesday, October 15, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -232,9 +218,6 @@ test_create(hid_t f, const char *prefix)
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Wednesday, October 15, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -429,9 +412,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Wednesday, October 22, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -558,9 +538,6 @@ error:
*
* Return: EXIT_SUCCESS/EXIT_FAILURE
*
- * Programmer: Robb Matzke
- * Wednesday, October 15, 1997
- *
*-------------------------------------------------------------------------
*/
int