summaryrefslogtreecommitdiffstats
path: root/src/H5Dfill.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 /src/H5Dfill.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 'src/H5Dfill.c')
-rw-r--r--src/H5Dfill.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/H5Dfill.c b/src/H5Dfill.c
index c22036e..0a82412 100644
--- a/src/H5Dfill.c
+++ b/src/H5Dfill.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5Dfill.c
- * Jun 19 2007
- * Quincey Koziol
*
* Purpose: Fill value operations for datasets
*
@@ -104,7 +102,6 @@ H5FL_EXTERN(H5S_sel_iter_t);
If "fill" parameter is NULL, use all zeros as fill value.
EXAMPLES
REVISION LOG
- Raymond Lu - 20 March 2007
If there's VL type of data, the address of the data is copied multiple
times into the buffer, causing some trouble when the data is released.
Instead, make multiple copies of fill value first, then do conversion
@@ -298,9 +295,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * June 21, 2007
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -498,9 +492,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * June 21, 2007
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -581,9 +572,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * June 22, 2007
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -618,9 +606,6 @@ H5D__fill_release(H5D_fill_buf_info_t *fb_info)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * June 21, 2007
- *
*-------------------------------------------------------------------------
*/
herr_t