summaryrefslogtreecommitdiffstats
path: root/src/H5Dsingle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dsingle.c')
-rw-r--r--src/H5Dsingle.c40
1 files changed, 6 insertions, 34 deletions
diff --git a/src/H5Dsingle.c b/src/H5Dsingle.c
index 23b24c5..1ac4df0 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]
*/
/****************/
@@ -106,9 +103,6 @@ const H5D_chunk_ops_t H5D_COPS_SINGLE[1] = {{
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * July, 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -146,8 +140,6 @@ H5D__single_idx_init(const H5D_chk_idx_info_t *idx_info, const H5S_t H5_ATTR_UNU
* Return: Non-negative on success
* Negative on failure.
*
- * Programmer: Vailin Choi; July 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -180,8 +172,6 @@ H5D__single_idx_create(const H5D_chk_idx_info_t *idx_info)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; July 2011
- *
*-------------------------------------------------------------------------
*/
static hbool_t
@@ -202,8 +192,6 @@ H5D__single_idx_is_space_alloc(const H5O_storage_chunk_t *storage)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; July 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -250,8 +238,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; July 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -291,8 +277,6 @@ H5D__single_idx_get_addr(const H5D_chk_idx_info_t *idx_info, H5D_chunk_ud_t *uda
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; July 2010
- *
*-------------------------------------------------------------------------
*/
static int
@@ -340,8 +324,6 @@ H5D__single_idx_iterate(const H5D_chk_idx_info_t *idx_info, H5D_chunk_cb_func_t
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; July 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -382,8 +364,6 @@ done:
* Return: Success: Non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; Sept 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -415,8 +395,6 @@ H5D__single_idx_delete(const H5D_chk_idx_info_t *idx_info)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; Sept 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -463,8 +441,6 @@ done:
* Return: Success: Non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; Sept 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -487,8 +463,6 @@ H5D__single_idx_size(const H5D_chk_idx_info_t H5_ATTR_UNUSED *idx_info, hsize_t
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; Sept 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -513,8 +487,6 @@ H5D__single_idx_reset(H5O_storage_chunk_t *storage, hbool_t reset_addr)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; September 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t