summaryrefslogtreecommitdiffstats
path: root/src/H5HFtest.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 /src/H5HFtest.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
Diffstat (limited to 'src/H5HFtest.c')
-rw-r--r--src/H5HFtest.c40
1 files changed, 1 insertions, 39 deletions
diff --git a/src/H5HFtest.c b/src/H5HFtest.c
index 35d16b2..dc87945 100644
--- a/src/H5HFtest.c
+++ b/src/H5HFtest.c
@@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Quincey Koziol
- * Thursday, February 3, 2006
- *
+/*
* Purpose: Fractal heap testing functions.
*
*/
@@ -69,9 +67,6 @@
*
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Friday, February 24, 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -105,9 +100,6 @@ H5HF_get_cparam_test(const H5HF_t *fh, H5HF_create_t *cparam)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Monday, August 14, 2006
- *
*-------------------------------------------------------------------------
*/
int
@@ -221,9 +213,6 @@ done:
*
* Failure: 0
*
- * Programmer: Quincey Koziol
- * Monday, May 22, 2006
- *
*-------------------------------------------------------------------------
*/
unsigned
@@ -251,9 +240,6 @@ H5HF_get_max_root_rows(const H5HF_t *fh)
*
* Failure: 0
*
- * Programmer: Quincey Koziol
- * Monday, May 22, 2006
- *
*-------------------------------------------------------------------------
*/
unsigned
@@ -281,9 +267,6 @@ H5HF_get_dtable_width_test(const H5HF_t *fh)
*
* Failure: 0
*
- * Programmer: Quincey Koziol
- * Monday, May 22, 2006
- *
*-------------------------------------------------------------------------
*/
unsigned
@@ -315,9 +298,6 @@ H5HF_get_dtable_max_drows_test(const H5HF_t *fh)
*
* Failure: 0
*
- * Programmer: Quincey Koziol
- * Monday, May 22, 2006
- *
*-------------------------------------------------------------------------
*/
unsigned
@@ -346,9 +326,6 @@ H5HF_get_iblock_max_drows_test(const H5HF_t *fh, unsigned pos)
*
* Failure: 0
*
- * Programmer: Quincey Koziol
- * Monday, May 15, 2006
- *
*-------------------------------------------------------------------------
*/
hsize_t
@@ -377,9 +354,6 @@ H5HF_get_dblock_size_test(const H5HF_t *fh, unsigned row)
*
* Failure: 0
*
- * Programmer: Quincey Koziol
- * Monday, April 10, 2006
- *
*-------------------------------------------------------------------------
*/
hsize_t
@@ -407,9 +381,6 @@ H5HF_get_dblock_free_test(const H5HF_t *fh, unsigned row)
*
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Monday, May 15, 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -440,9 +411,6 @@ H5HF_get_id_off_test(const H5HF_t *fh, const void *_id, hsize_t *obj_off)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Monday, August 14, 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -470,9 +438,6 @@ H5HF_get_id_type_test(const void *_id, unsigned char *obj_type)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Monday, August 14, 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -501,9 +466,6 @@ H5HF_get_tiny_info_test(const H5HF_t *fh, size_t *max_len, hbool_t *len_extended
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Monday, August 14, 2006
- *
*-------------------------------------------------------------------------
*/
herr_t