summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 13:33:49 (GMT)
committerGitHub <noreply@github.com>2023-06-29 13:33:49 (GMT)
commita5f1fb01b9ef867cf94158cdb42ffb1d46bae916 (patch)
tree6960c9dfa61cf5b841729296b9fb7eed7c4531fa /test/hyperslab.c
parentdd39b54c953854837cc316d80618f65fdb70a04a (diff)
downloadhdf5-a5f1fb01b9ef867cf94158cdb42ffb1d46bae916.zip
hdf5-a5f1fb01b9ef867cf94158cdb42ffb1d46bae916.tar.gz
hdf5-a5f1fb01b9ef867cf94158cdb42ffb1d46bae916.tar.bz2
Remove some "Programmer" comments (#3209)
These are meaningless noise. Removes the "Programmer" lines on comment start lines: /* Programmer: John Smith These complicate my sed script that will rip out the rest of the comments.
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index 55735d4..47fb676 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -10,14 +10,12 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
- * Purpose: Hyperslab operations are rather complex, so this file
- * attempts to test them extensively so we can be relatively
- * sure they really work. We only test 1d, 2d, and 3d cases
- * because testing general dimensionalities would require us to
- * rewrite much of the hyperslab stuff.
+/*
+ * Purpose: Hyperslab operations are rather complex, so this file
+ * attempts to test them extensively so we can be relatively
+ * sure they really work. We only test 1d, 2d, and 3d cases
+ * because testing general dimensionalities would require us to
+ * rewrite much of the hyperslab stuff.
*/
#include "h5test.h"
#include "H5VMprivate.h"