summaryrefslogtreecommitdiffstats
path: root/testpar/API/t_filter_read.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 19:13:29 (GMT)
committerGitHub <noreply@github.com>2023-06-29 19:13:29 (GMT)
commitfd933f30b1f8cd487ad790ac0b054bb779280a62 (patch)
tree9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /testpar/API/t_filter_read.c
parentfd56a593b7928da636b2494b25cd7478fed78c29 (diff)
downloadhdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.zip
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.gz
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.bz2
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
Diffstat (limited to 'testpar/API/t_filter_read.c')
-rw-r--r--testpar/API/t_filter_read.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/testpar/API/t_filter_read.c b/testpar/API/t_filter_read.c
index 4b62e55..06507e4 100644
--- a/testpar/API/t_filter_read.c
+++ b/testpar/API/t_filter_read.c
@@ -13,9 +13,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 "hdf5.h"
@@ -47,11 +44,6 @@ static int mpi_size, mpi_rank;
* Return: 1: decode+encode is enabled
* 0: only decode is enabled
* -1: other
- *
- * Programmer:
- *
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -88,10 +80,6 @@ h5_szip_can_encode(void)
* 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
@@ -238,12 +226,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
- *
- * Modifications:
- *
*-------------------------------------------------------------------------
*/