summaryrefslogtreecommitdiffstats
path: root/testpar/t_filter_read.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 /testpar/t_filter_read.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
Diffstat (limited to 'testpar/t_filter_read.c')
-rw-r--r--testpar/t_filter_read.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/testpar/t_filter_read.c b/testpar/t_filter_read.c
index aa0fcb1..6d19b76 100644
--- a/testpar/t_filter_read.c
+++ b/testpar/t_filter_read.c
@@ -14,8 +14,6 @@
* This verifies the correctness of parallel reading of a dataset that has been
* written serially using filters.
*
- * Created by: Christian Chilan
- * Date: 2007/05/15
*/
#include "testphdf5.h"
@@ -41,10 +39,6 @@ static int mpi_size, mpi_rank;
* Purpose: Tests parallel reading of a 2D dataset written serially using
* filters. During the parallel reading phase, the dataset is
* divided evenly among the processors in vertical hyperslabs.
- *
- * Programmer: Christian Chilan
- * Tuesday, May 15, 2007
- *
*-------------------------------------------------------------------------
*/
static void
@@ -187,10 +181,6 @@ filter_read_internal(const char *filename, hid_t dcpl, hsize_t *dset_size)
*
* Purpose: Tests parallel reading of datasets written serially using
* several (combinations of) filters.
- *
- * Programmer: Christian Chilan
- * Tuesday, May 15, 2007
- *
*-------------------------------------------------------------------------
*/