summaryrefslogtreecommitdiffstats
path: root/src/H5Dsingle.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 /src/H5Dsingle.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 'src/H5Dsingle.c')
-rw-r--r--src/H5Dsingle.c15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/H5Dsingle.c b/src/H5Dsingle.c
index 0ee1834..57f1126 100644
--- a/src/H5Dsingle.c
+++ b/src/H5Dsingle.c
@@ -10,15 +10,12 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Vailin Choi
- * May 2011; updated 10/2015
- *
- * Purpose: Single Chunk I/O functions.
- * This is used when the dataset has only 1 chunk (with or without filter):
- * cur_dims[] is equal to max_dims[] is equal to the chunk dims[]
- * non-filter chunk record: [address of the chunk]
- * filtered chunk record: [address of the chunk, chunk size, filter mask]
- *
+/*
+ * Purpose: Single Chunk I/O functions.
+ * This is used when the dataset has only 1 chunk (with or without filter):
+ * cur_dims[] is equal to max_dims[] is equal to the chunk dims[]
+ * non-filter chunk record: [address of the chunk]
+ * filtered chunk record: [address of the chunk, chunk size, filter mask]
*/
/****************/