summaryrefslogtreecommitdiffstats
path: root/src/H5Dfarray.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/H5Dfarray.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/H5Dfarray.c')
-rw-r--r--src/H5Dfarray.c89
1 files changed, 0 insertions, 89 deletions
diff --git a/src/H5Dfarray.c b/src/H5Dfarray.c
index 0f4074e..811ba24 100644
--- a/src/H5Dfarray.c
+++ b/src/H5Dfarray.c
@@ -202,9 +202,6 @@ H5FL_DEFINE_STATIC(H5D_farray_ctx_ud_t);
* Return: Success: non-NULL
* Failure: NULL
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -250,9 +247,6 @@ done:
* Return: Success: non-NULL
* Failure: NULL
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -279,9 +273,6 @@ H5D__farray_dst_context(void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -308,9 +299,6 @@ H5D__farray_fill(void *nat_blk, size_t nelmts)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -351,9 +339,6 @@ H5D__farray_encode(void *raw, const void *_elmt, size_t nelmts, void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -394,9 +379,6 @@ H5D__farray_decode(const void *_raw, void *_elmt, size_t nelmts, void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -426,9 +408,6 @@ H5D__farray_debug(FILE *stream, int indent, int fwidth, hsize_t idx, const void
* Return: Success: non-NULL
* Failure: NULL
*
- * Programmer: Vailin Choi
- * 5th August, 2009
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -500,9 +479,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * 24th September, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -529,9 +505,6 @@ H5D__farray_dst_dbg_context(void *_dbg_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -559,9 +532,6 @@ H5D__farray_filt_fill(void *nat_blk, size_t nelmts)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -606,9 +576,6 @@ H5D__farray_filt_encode(void *_raw, const void *_elmt, size_t nelmts, void *_ctx
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -652,9 +619,6 @@ H5D__farray_filt_decode(const void *_raw, void *_elmt, size_t nelmts, void *_ctx
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -687,9 +651,6 @@ H5D__farray_filt_debug(FILE *stream, int indent, int fwidth, hsize_t idx, const
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -747,9 +708,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Neil Fortner
- * Wednensday, May 23, 2012
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -777,9 +735,6 @@ H5D__farray_idx_init(const H5D_chk_idx_info_t *idx_info, const H5S_t H5_ATTR_UNU
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -833,9 +788,6 @@ done:
* Return: Non-negative on success (with the LAYOUT argument initialized
* and ready to write to an object header). Negative on failure.
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -908,9 +860,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static hbool_t
@@ -931,8 +880,6 @@ H5D__farray_idx_is_space_alloc(const H5O_storage_chunk_t *storage)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; 5 May 2014
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1001,9 +948,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1079,9 +1023,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1139,9 +1080,6 @@ H5D__farray_idx_iterate_cb(hsize_t H5_ATTR_UNUSED idx, const void *_elmt, void *
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1212,9 +1150,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1308,9 +1243,6 @@ done:
* Return: Success: Non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1345,9 +1277,6 @@ done:
* Return: Success: Non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1400,9 +1329,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1453,9 +1379,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1491,9 +1414,6 @@ done:
* Return: Success: Non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1545,9 +1465,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1573,9 +1490,6 @@ H5D__farray_idx_reset(H5O_storage_chunk_t *storage, hbool_t reset_addr)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1599,9 +1513,6 @@ H5D__farray_idx_dump(const H5O_storage_chunk_t *storage, FILE *stream)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t