diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-07-27 21:08:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 21:08:47 (GMT) |
commit | 61186204c020a81b5b0044a3b5e08311ccf1424d (patch) | |
tree | d39acd70c119e92640277d4f595963f07d77f13c /test/gheap.c | |
parent | 1e91d96fa02466ffe451319bdac1005f84dc7993 (diff) | |
download | hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2 |
Remove "Programmer" lines (#3294)
Diffstat (limited to 'test/gheap.c')
-rw-r--r-- | test/gheap.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/gheap.c b/test/gheap.c index 28f05a6..071c44b 100644 --- a/test/gheap.c +++ b/test/gheap.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Tuesday, March 31, 1998 - * * Purpose: Tests the global heap. The global heap is the set of all * collections but the collections are not related to one * another by anything that appears in the file format. @@ -59,9 +56,6 @@ const char *FILENAME[] = {"gheap1", "gheap2", "gheap3", "gheap4", "gheapooo", NU * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, March 31, 1998 - * *------------------------------------------------------------------------- */ static int @@ -168,9 +162,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, March 31, 1998 - * *------------------------------------------------------------------------- */ static int @@ -268,9 +259,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, March 31, 1998 - * *------------------------------------------------------------------------- */ static int @@ -359,9 +347,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, March 31, 1998 - * *------------------------------------------------------------------------- */ static int @@ -456,9 +441,6 @@ error: * * Failure: number of errors * - * Programmer: Neil Fortner - * Monday, October 26, 2009 - * *------------------------------------------------------------------------- */ static int |