summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Pf.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 /fortran/src/H5Pf.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 'fortran/src/H5Pf.c')
-rw-r--r--fortran/src/H5Pf.c628
1 files changed, 3 insertions, 625 deletions
diff --git a/fortran/src/H5Pf.c b/fortran/src/H5Pf.c
index e02798c..917123f 100644
--- a/fortran/src/H5Pf.c
+++ b/fortran/src/H5Pf.c
@@ -49,10 +49,6 @@
* prp_id - identifier of the created property list
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Wednesday, October 9, 2002
- *
* SOURCE
*/
@@ -82,10 +78,6 @@ done:
* prp_id - identifier of the property list to be closed
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Saturday, August 14, 1999
- *
* SOURCE
*/
@@ -112,10 +104,6 @@ h5pclose_c(hid_t_f *prp_id)
* new_prp_id - identifier of the new property list
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Saturday, August 14, 1999
- *
* SOURCE
*/
int_f
@@ -147,10 +135,6 @@ done:
* c_flag - flag to indicate that lists are equal
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Monday, September 30, 2002
- *
* SOURCE
*/
int_f
@@ -181,9 +165,6 @@ done:
* classtype - class type
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Saturday, August 14, 1999
* SOURCE
*/
@@ -214,9 +195,6 @@ done:
* flag - TRUE/FALSE flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Thursday, February 17, 2000
* SOURCE
*/
@@ -250,9 +228,6 @@ h5pset_preserve_c(hid_t_f *prp_id, int_f *flag)
* flag - TRUE/FALSE flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Thursday, February 17, 2000
* SOURCE
*/
@@ -282,9 +257,6 @@ h5pget_preserve_c(hid_t_f *prp_id, int_f *flag)
* level - level of deflation
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Saturday, August 14, 1999
* SOURCE
*/
@@ -318,8 +290,6 @@ h5pset_deflate_c(hid_t_f *prp_id, int_f *level)
* RETURNS
* 0 on success, -1 on failure
* Saturday, August 14, 1999
- * AUTHOR
- * Elena Pourmal
* SOURCE
*/
@@ -361,9 +331,6 @@ DONE:
* dims - array of the size of each chunk
* RETURNS
* number of chunk's dimnesion on success, -1 on failure
- * Saturday, August 14, 1999
- * AUTHOR
- * Elena Pourmal
* SOURCE
*/
@@ -402,9 +369,6 @@ h5pget_chunk_c(hid_t_f *prp_id, int_f *max_rank, hsize_t_f *dims)
* fillvalue - fillvalue
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Saturday, August 14, 1999
* SOURCE
*/
int_f
@@ -440,9 +404,6 @@ h5pset_fill_value_c(hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue)
* fillvalue - fillvalue
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Saturday, August 14, 1999
* SOURCE
*/
int_f
@@ -482,11 +443,6 @@ h5pget_fill_value_c(hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue)
* shhdr - array to put shared object header version number
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Wednesday, February 23, 2000
- * HISTORY
- * Removed extra length parameters EP 7/6/00
* SOURCE
*/
#ifdef H5_NO_DEPRECATED_SYMBOLS
@@ -542,9 +498,6 @@ h5pget_version_c(hid_t_f *prp_id, int_f *boot, int_f *freelist, int_f *stab, int
* Outputs size - Size of the user-block in bytes
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Wednesday, February 23, 2000
* SOURCE
*/
int_f
@@ -581,9 +534,6 @@ h5pget_userblock_c(hid_t_f *prp_id, hsize_t_f *size)
* size - Size of the user-block in bytes
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Wednesday, February 23, 2000
* SOURCE
*/
int_f
@@ -620,11 +570,6 @@ h5pset_userblock_c(hid_t_f *prp_id, hsize_t_f *size)
* sizeof_size - Size of an object length in bytes
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Wednesday, February 23, 2000
- * HISTORY
- * Deleted extra length parameters. EP 6/7/00
* SOURCE
*/
int_f
@@ -663,11 +608,6 @@ h5pget_sizes_c(hid_t_f *prp_id, size_t_f *sizeof_addr, size_t_f *sizeof_size)
* sizeof_size - Size of an object length in bytes
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Wednesday, February 23, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -705,9 +645,6 @@ h5pset_sizes_c(hid_t_f *prp_id, size_t_f *sizeof_addr, size_t_f *sizeof_size)
* lk - Symbol table node size
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
* SOURCE
*/
int_f
@@ -747,11 +684,6 @@ h5pset_sym_k_c(hid_t_f *prp_id, int_f *ik, int_f *lk)
* lk - Symbol table node size
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -788,11 +720,6 @@ h5pget_sym_k_c(hid_t_f *prp_id, int_f *ik, int_f *lk)
* ik - Symbol table tree rank
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -829,11 +756,6 @@ h5pset_istore_k_c(hid_t_f *prp_id, int_f *ik)
* ik - Symbol table tree rank
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -868,11 +790,6 @@ h5pget_istore_k_c(hid_t_f *prp_id, int_f *ik)
* driver - low-level file driver identifier
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -906,11 +823,6 @@ DONE:
* prp_id - property list identifier
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * March 7, 2001
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -944,11 +856,6 @@ h5pset_fapl_stdio_c(hid_t_f *prp_id)
* the functions declared in the stdio.h
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * March 9, 2001
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -982,11 +889,6 @@ h5pget_fapl_stdio_c(hid_t_f *prp_id, int_f *io)
* prp_id - property list identifier
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * March 9, 2001
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1021,11 +923,6 @@ h5pset_fapl_sec2_c(hid_t_f *prp_id)
* the functions declared in the unistd.h
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * March 9, 2001
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1060,11 +957,6 @@ h5pget_fapl_sec2_c(hid_t_f *prp_id, int_f *sec2)
* alignment - Alignment value
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1100,11 +992,6 @@ h5pset_alignment_c(hid_t_f *prp_id, hsize_t_f *threshold, hsize_t_f *alignment)
* alignment - Alignment value
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1142,11 +1029,6 @@ h5pget_alignment_c(hid_t_f *prp_id, hsize_t_f *threshold, hsize_t_f *alignment)
* file contents to disk when the file is closed.
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * March 9, 2001
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1183,11 +1065,6 @@ h5pset_fapl_core_c(hid_t_f *prp_id, size_t_f *increment, int_f *flag)
* Outputs increment - File block size in bytes
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * March 9, 2001
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1227,11 +1104,6 @@ h5pget_fapl_core_c(hid_t_f *prp_id, size_t_f *increment, int_f *flag)
* for each member of the family
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * March 9, 2001
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1269,11 +1141,6 @@ h5pset_fapl_family_c(hid_t_f *prp_id, hsize_t_f *memb_size, hid_t_f *memb_plist)
* for each member of the family
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * March 9, 2001
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1314,12 +1181,6 @@ h5pget_fapl_family_c(hid_t_f *prp_id, hsize_t_f *memb_size, hid_t_f *memb_plist)
* rdcc_w0 - Preemption policy
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- * Changed the type of the rdcc_w0 parameter to be real_f EP 7/7/00
- * instead of double
* SOURCE
*/
int_f
@@ -1367,13 +1228,6 @@ h5pset_cache_c(hid_t_f *prp_id, int_f *mdc_nelmts, size_t_f *rdcc_nelmts, size_t
* rdcc_w0 - Preemption policy
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- * Changed type of the rdcc_w0 parameter to be real_f instead of double
- * Changed type of the rdcc_nelmts parameter to be int_f.
- * EIP October 10, 2003
* SOURCE
*/
int_f
@@ -1420,11 +1274,6 @@ h5pget_cache_c(hid_t_f *prp_id, int_f *mdc_nelmts, size_t_f *rdcc_nelmts, size_t
* raw_plist - Identifier of the raw file access property list
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * March 9, 2001
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1487,11 +1336,6 @@ DONE:
* raw_plist - Identifier of the raw file access property list
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * March 9 , 2001
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1547,11 +1391,6 @@ h5pget_fapl_split_c(hid_t_f *prp_id, size_t_f *meta_ext_size, _fcd meta_ext, hid
* for the file
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1588,11 +1427,6 @@ h5pset_gc_references_c(hid_t_f *prp_id, int_f *gc_references)
* for the file
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1626,11 +1460,6 @@ h5pget_gc_references_c(hid_t_f *prp_id, int_f *gc_references)
* layout - Type of storage layout for raw data.
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1666,11 +1495,6 @@ h5pset_layout_c(hid_t_f *prp_id, int_f *layout)
* layout - Type of storage layout for raw data.
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1706,11 +1530,6 @@ h5pget_layout_c(hid_t_f *prp_id, int_f *layout)
* cd_values - Auxiliary data for the filter.
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Wednesday, February 23, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1758,9 +1577,6 @@ DONE:
* nfilters - number of filters defined in the filter pipeline
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
* SOURCE
*/
int_f
@@ -1800,8 +1616,6 @@ h5pget_nfilters_c(hid_t_f *prp_id, int_f *nfilters)
* name - Name of the filter
* filter_id - filter identification number
* Returns: 0 on success, -1 on failure
- * Programmer: Xiangyang Su
- * Friday, February 25, 2000
*---------------------------------------------------------------------------*/
int_f
h5pget_filter_c(hid_t_f *prp_id, int_f *filter_number, int_f *flags, size_t_f *cd_nelmts, int_f *cd_values,
@@ -1864,12 +1678,6 @@ DONE:
* bytes - Number of bytes reserved in the file for the data.
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Wednesday, February 23, 2000
- * HISTORY
- * Changed type of 'offset' from int_f to off_t_f -- MSB January 9, 2012
- *
* SOURCE
*/
int_f
@@ -1917,11 +1725,6 @@ DONE:
* count - number of external files
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -1959,12 +1762,6 @@ h5pget_external_count_c(hid_t_f *prp_id, int_f *count)
* bytes - Number of bytes reserved in the file for the data.
* RETURNS
* on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Wednesday, February 23, 2000
- * HISTORY
- * Changed type of 'offset' from integer to off_t -- MSB January 9, 2012
- *
* SOURCE
*/
int_f
@@ -2019,13 +1816,9 @@ DONE:
* h5pset_btree_ratios_c
* PURPOSE
* Call H5Pset_btree_ratios to set B-tree split ratios for B-tree split ratios for a dataset transfer
- * property list. a dataset transfer property list. INPUTS prp_id - property list identifier left - The B-tree
- * split ratio for left-most nodes. middle - The B-tree split ratio for all other nodes right - The B-tree
- * split ratio for right-most nodes and lone nodes. RETURNS 0 on success, -1 on failure AUTHOR Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- * Changed the type of the last three parameters from double to real_f
- * SOURCE
+ * property list. a dataset transfer property list. INPUTS prp_id - property list identifier left - The
+ * B-tree split ratio for left-most nodes. middle - The B-tree split ratio for all other nodes right - The
+ * B-tree split ratio for right-most nodes and lone nodes. RETURNS 0 on success, -1 on failure SOURCE
*/
int_f
h5pset_btree_ratios_c(hid_t_f *prp_id, real_f *left, real_f *middle, real_f *right)
@@ -2066,11 +1859,6 @@ h5pset_btree_ratios_c(hid_t_f *prp_id, real_f *left, real_f *middle, real_f *rig
* and lone nodes.
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Xiangyang Su
- * Friday, February 25, 2000
- * HISTORY
- * Changed the type of the last three parameters from double to real_f
* SOURCE
*/
int_f
@@ -2111,11 +1899,6 @@ h5pget_btree_ratios_c(hid_t_f *prp_id, real_f *left, real_f *middle, real_f *rig
* H5F_CLOSE_STRONG
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Thursday, September 26, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2150,11 +1933,6 @@ h5pget_fclose_degree_c(hid_t_f *fapl_id, int_f *degree)
* H5F_CLOSE_STRONG
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Thursday, September 26, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2187,11 +1965,6 @@ h5pset_fclose_degree_c(hid_t_f *fapl_id, int_f *degree)
* NONE
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Wednesday, October 2, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2221,11 +1994,6 @@ h5pset_buffer_c(hid_t_f *prp_id, hsize_t_f *size)
* size - size of conversion buffer
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Wednesday, October 2, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2256,11 +2024,6 @@ h5pget_buffer_c(hid_t_f *prp_id, hsize_t_f *size)
* flag - fill value status flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Friday, October 4, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2291,11 +2054,6 @@ h5pfill_value_defined_c(hid_t_f *prp_id, int_f *flag)
* flag - allocation time flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Friday, October 4, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2325,11 +2083,6 @@ h5pget_alloc_time_c(hid_t_f *prp_id, int_f *flag)
* flag - allocation time flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Friday, October 4, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2360,11 +2113,6 @@ h5pset_alloc_time_c(hid_t_f *prp_id, int_f *flag)
* flag - fill value writing time flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Friday, October 4, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2394,11 +2142,6 @@ h5pget_fill_time_c(hid_t_f *prp_id, int_f *flag)
* flag - fill value writing time flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Friday, October 4, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2429,11 +2172,6 @@ h5pset_fill_time_c(hid_t_f *prp_id, int_f *flag)
* NONE
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Monday, October 7, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2463,11 +2201,6 @@ h5pset_meta_block_size_c(hid_t_f *prp_id, hsize_t_f *size)
* size - size of the metadata block
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Monday, October 7, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2497,11 +2230,6 @@ h5pget_meta_block_size_c(hid_t_f *prp_id, hsize_t_f *size)
* NONE
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Monday, October 7, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2531,11 +2259,6 @@ h5pset_sieve_buf_size_c(hid_t_f *prp_id, size_t_f *size)
* size - size of the buffer
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Monday, October 7, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2565,11 +2288,6 @@ h5pget_sieve_buf_size_c(hid_t_f *prp_id, size_t_f *size)
* NONE
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Monday, October 7, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2599,11 +2317,6 @@ h5pset_small_data_block_size_c(hid_t_f *prp_id, hsize_t_f *size)
* size - size of the block
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Monday, October 7, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2633,11 +2346,6 @@ h5pget_small_data_block_size_c(hid_t_f *prp_id, hsize_t_f *size)
* NONE
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Monday, October 7, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2667,11 +2375,6 @@ h5pset_hyper_vector_size_c(hid_t_f *prp_id, size_t_f *size)
* size - size of the vector
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Monday, October 7, 2002
- * HISTORY
- *
* SOURCE
*/
@@ -2703,13 +2406,6 @@ h5pget_hyper_vector_size_c(hid_t_f *prp_id, size_t_f *size)
* class - new class identifier
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- *
- * HISTORY
- * Added the callback parameters (FORTRAN 2003 compilers only)
- * M. Scot Breitenfeld, July 3, 2008
* SOURCE
*/
int_f
@@ -2756,11 +2452,6 @@ DONE:
* value - property value
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -2799,11 +2490,6 @@ DONE:
* value - property value
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -2841,11 +2527,6 @@ DONE:
* name_len - length of the "name" buffer
* RETURNS
* nonnegative on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -2884,11 +2565,6 @@ DONE:
* cls - property class identifier
* RETURNS
* nonnegative on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -2923,11 +2599,6 @@ h5pisa_class_c(hid_t_f *plist, hid_t_f *cls)
* size - size of the property in bytes
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -2968,11 +2639,6 @@ DONE:
* nprops - number of properties in the list
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -3007,11 +2673,6 @@ h5pget_nprops_c(hid_t_f *plist, size_t_f *nprops)
* parent_id - parent class identifier
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -3048,11 +2709,6 @@ h5pget_class_parent_c(hid_t_f *prp_id, hid_t_f *parent_id)
* name_len - length of the "name" buffer
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -3092,11 +2748,6 @@ DONE:
* name_len - length of the "name" buffer
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -3135,11 +2786,6 @@ DONE:
* name_len - length of the "name" buffer
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -3176,11 +2822,6 @@ DONE:
* class - identifier of property class to close
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -3211,11 +2852,6 @@ h5pclose_class_c(hid_t_f *cls)
* name_len - length of the "name" buffer
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -3254,11 +2890,6 @@ DONE:
* value - property value
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -3298,11 +2929,6 @@ DONE:
* value - property value
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * October 11, 2002
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -3339,11 +2965,6 @@ DONE:
* type_size - size of the datatype in bytes
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Wednesday, March 12, 2003
- * HISTORY
- *
* SOURCE
*/
@@ -3370,11 +2991,6 @@ h5pset_shuffle_c(hid_t_f *prp_id)
* prp_id - dataset creation property list identifier
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Thursday, March 13, 2003
- * HISTORY
- *
* SOURCE
*/
@@ -3403,11 +3019,6 @@ h5pset_fletcher32_c(hid_t_f *prp_id)
* flag - EDC flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Thursday, March 13, 2003
- * HISTORY
- *
* SOURCE
*/
@@ -3438,11 +3049,6 @@ h5pset_edc_check_c(hid_t_f *prp_id, int_f *flag)
* Outouts: flag - EDC flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Thursday, March 13, 2003
- * HISTORY
- *
* SOURCE
*/
@@ -3471,11 +3077,6 @@ h5pget_edc_check_c(hid_t_f *prp_id, int_f *flag)
* offset - offset in bytes
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Wednesday, 19 March 2003
- * HISTORY
- *
* SOURCE
*/
@@ -3511,11 +3112,6 @@ h5pset_family_offset_c(hid_t_f *prp_id, hsize_t_f *offset)
* flag - flag allowing partila access when one of the files is missing
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Monday 24, March 2003
- * HISTORY
- *
* SOURCE
*/
@@ -3603,11 +3199,6 @@ DONE:
* prp_id - file_creation property list identifier
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * March 31 2003
- * HISTORY
- *
* SOURCE
*/
@@ -3648,11 +3239,6 @@ h5pset_fapl_multi_sc(hid_t_f *prp_id, int_f *flag)
* flag - flag allowing partila access when one of the files is missing
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Monday 24, March 2003
- * HISTORY
- *
* SOURCE
*/
@@ -3731,11 +3317,6 @@ h5pget_fapl_multi_c(hid_t_f *prp_id, int_f *memb_map, hid_t_f *memb_fapl, _fcd m
* pixels_per_block -szip compression parameters
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * April 8 2003
- * HISTORY
- *
* SOURCE
*/
@@ -3773,11 +3354,6 @@ h5pset_szip_c(hid_t_f *prp_id, int_f *options_mask, int_f *pixels_per_block)
* status - logical flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * April 10 2003
- * HISTORY
- *
* SOURCE
*/
@@ -3822,11 +3398,6 @@ h5pall_filters_avail_c(hid_t_f *prp_id, int_f *status)
* name - Name of the filter
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena POurmal
- * April 10, 2003
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -3887,11 +3458,6 @@ DONE:
* cd_values - Auxiliary data for the filter.
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * April 10 2003
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -3937,9 +3503,6 @@ DONE:
* filter - Filter to be deleted
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Quincey Koziol
- * January 27 2004
* HISTORY
*
* SOURCE
@@ -3979,11 +3542,6 @@ DONE:
* min_dense - Minimum number of attributes to be stored in dense storage
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * January, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4021,11 +3579,6 @@ h5pget_attr_phase_change_c(hid_t_f *ocpl_id, int_f *max_compact, int_f *min_dens
* crt_order_flags - Flags specifying whether to track and index attribute creation order
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * January, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4064,11 +3617,6 @@ h5pset_attr_creation_order_c(hid_t_f *ocpl_id, int_f *crt_order_flags)
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * January, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4109,11 +3657,6 @@ h5pset_shared_mesg_nindexes_c(hid_t_f *plist_id, int_f *nindexes)
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * January, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4149,11 +3692,6 @@ h5pset_shared_mesg_index_c(hid_t_f *fcpl_id, int_f *index_num, int_f *mesg_type_
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * February, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4190,11 +3728,6 @@ h5pget_attr_creation_order_c(hid_t_f *ocpl_id, int_f *crt_order_flags)
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * February 18, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4227,11 +3760,6 @@ h5pset_link_creation_order_c(hid_t_f *gcpl_id, int_f *crt_order_flags)
* min_dense - Minimum number of attributes to be stored in dense storage
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * February 20, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4269,11 +3797,6 @@ h5pget_link_phase_change_c(hid_t_f *gcpl_id, int_f *max_compact, int_f *min_dens
* flag - TRUE/FALSE flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * February 22, 2008
- * HISTORY
- *
* SOURCE
*/
@@ -4311,11 +3834,6 @@ h5pget_obj_track_times_c(hid_t_f *plist_id, int_f *flag)
* flag - TRUE/FALSE flag
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * February 22, 2008
- * HISTORY
- *
* SOURCE
*/
@@ -4354,11 +3872,6 @@ h5pset_obj_track_times_c(hid_t_f *plist_id, int_f *flag)
* creation of an object
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * February 22, 2008
- * HISTORY
- *
* SOURCE
*/
@@ -4395,11 +3908,6 @@ h5pset_create_inter_group_c(hid_t_f *lcpl_id, int_f *crt_intermed_group)
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 3, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4441,11 +3949,6 @@ h5pget_link_creation_order_c(hid_t_f *gcpl_id, int_f *crt_order_flags)
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 3, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4483,11 +3986,6 @@ h5pset_char_encoding_c(hid_t_f *plist_id, int_f *encoding)
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 3, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4527,11 +4025,6 @@ h5pget_char_encoding_c(hid_t_f *plist_id, int_f *encoding)
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 3, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4567,11 +4060,6 @@ h5pset_copy_object_c(hid_t_f *ocp_plist_id, int_f *copy_options)
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 3, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4612,11 +4100,6 @@ h5pget_copy_object_c(hid_t_f *ocp_plist_id, int_f *copy_options)
* Success: 0
* Failure: -1
*
- * AUTHOR
- * M. Scot Breitenfeld
- * March 19, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4674,11 +4157,6 @@ done:
* Success: 0
* Failure: -1
*
- * AUTHOR
- * M. Scot Breitenfeld
- * March 19, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4723,11 +4201,6 @@ done:
* Success: 0
* Failure: -1
*
- * AUTHOR
- * M. Scot Breitenfeld
- * March 21, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4766,11 +4239,6 @@ h5pget_local_heap_size_hint_c(hid_t_f *gcpl_id, size_t_f *size_hint)
* Success: 0
* Failure: -1
*
- * AUTHOR
- * M. Scot Breitenfeld
- * March 21, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4812,11 +4280,6 @@ h5pget_est_link_info_c(hid_t_f *gcpl_id, int_f *est_num_entries, int_f *est_name
* Success: 0
* Failure: -1
*
- * AUTHOR
- * M. Scot Breitenfeld
- * March 21, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4853,11 +4316,6 @@ h5pset_local_heap_size_hint_c(hid_t_f *gcpl_id, size_t_f *size_hint)
* Success: 0
* Failure: -1
*
- * AUTHOR
- * M. Scot Breitenfeld
- * March 21, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4890,11 +4348,6 @@ h5pset_est_link_info_c(hid_t_f *gcpl_id, int_f *est_num_entries, int_f *est_name
* Outputs
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 21, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -4930,11 +4383,6 @@ h5pset_link_phase_change_c(hid_t_f *gcpl_id, int_f *max_compact, int_f *min_dens
* Outputs
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 21, 2008
- * HISTORY
- *
* SOURCE
*/
#ifndef H5_HAVE_DIRECT
@@ -4979,11 +4427,6 @@ h5pset_fapl_direct_c(hid_t_f H5_ATTR_UNUSED *fapl_id, size_t_f H5_ATTR_UNUSED *a
* cbuf_size - Copy buffer size
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 21, 2008
- * HISTORY
- *
* SOURCE
*/
#ifndef H5_HAVE_DIRECT
@@ -5032,11 +4475,6 @@ h5pget_fapl_direct_c(hid_t_f H5_ATTR_UNUSED *fapl_id, size_t_f H5_ATTR_UNUSED *a
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 21, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -5068,11 +4506,6 @@ h5pset_attr_phase_change_c(hid_t_f *ocpl_id, int_f *max_compact, int_f *min_dens
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 21, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -5104,9 +4537,6 @@ h5pset_nbit_c(hid_t_f *plist_id)
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 21, 2008
* SOURCE
*/
int_f
@@ -5140,9 +4570,6 @@ h5pset_scaleoffset_c(hid_t_f *plist_id, int_f *scale_type, int_f *scale_factor)
* nlinks - Maximum number of links to traverse
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 24, 2008
* SOURCE
*/
int_f
@@ -5178,11 +4605,6 @@ h5pset_nlinks_c(hid_t_f *lapl_id, size_t_f *nlinks)
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * March 24, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -5217,11 +4639,6 @@ h5pget_nlinks_c(hid_t_f *lapl_id, size_t_f *nlinks)
* the creation of an object
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * April 4, 2008
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -5256,8 +4673,6 @@ h5pget_create_inter_group_c(hid_t_f *lcpl_id, int_f *crt_intermed_group)
* rdcc_w0 -
*
* Returns: 0 on success, -1 on failure
- * Programmer: M. Scot Breitenfeld
- * April 13, 2009
*---------------------------------------------------------------------------*/
int_f
@@ -5288,8 +4703,6 @@ h5pset_chunk_cache_c(hid_t_f *dapl_id, size_t_f *rdcc_nslots, size_t_f *rdcc_nby
* rdcc_w0 -
*
* Returns: 0 on success, -1 on failure
- * Programmer: M. Scot Breitenfeld
- * April 13, 2009
*---------------------------------------------------------------------------*/
int_f
@@ -5324,8 +4737,6 @@ h5pget_chunk_cache_c(hid_t_f *dapl_id, size_t_f *rdcc_nslots, size_t_f *rdcc_nby
* buf_len - Size of the supplied buffer, or 0 (zero) if no initial image is desired
*
* Returns: 0 on success, -1 on failure
- * Programmer: M. Scot Breitenfeld
- * February 19, 2012
*---------------------------------------------------------------------------*/
int_f
@@ -5354,8 +4765,6 @@ h5pset_file_image_c(hid_t_f *fapl_id, void *buf_ptr, size_t_f *buf_len)
* buf_len - Size of the supplied buffer, or 0 (zero) if no initial image is desired
*
* Returns: 0 on success, -1 on failure
- * Programmer: M. Scot Breitenfeld
- * February 19, 2012
*---------------------------------------------------------------------------*/
int_f
@@ -5397,11 +4806,6 @@ h5pget_file_image_c(hid_t_f *fapl_id, void **buf_ptr, size_t_f *buf_len_ptr)
* info - MPI info object
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Thursday, October 26, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -5437,11 +4841,6 @@ h5pset_fapl_mpio_c(hid_t_f *prp_id, int_f *comm, int_f *info)
* info - buffer to return MPI info object
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Thursday, October 26, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -5478,10 +4877,6 @@ h5pget_fapl_mpio_c(hid_t_f *prp_id, int_f *comm, int_f *info)
* info - MPI info object
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M.S. Breitenfeld
- * October 2022
- *
* SOURCE
*/
int_f
@@ -5518,10 +4913,6 @@ h5pset_mpi_params_c(hid_t_f *prp_id, int_f *comm, int_f *info)
* info - MPI info object
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M.S. Breitenfeld
- * October 2022
- *
* SOURCE
*/
int_f
@@ -5558,11 +4949,6 @@ h5pget_mpi_params_c(hid_t_f *prp_id, int_f *comm, int_f *info)
* data_xfer_mode - transfer mode
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Thursday, October 26, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -5610,11 +4996,6 @@ h5pset_dxpl_mpio_c(hid_t_f *prp_id, int_f *data_xfer_mode)
* data_xfer_mode - buffer to retrieve transfer mode
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * Elena Pourmal
- * Thursday, June 15, 2000
- * HISTORY
- *
* SOURCE
*/
int_f
@@ -5666,9 +5047,6 @@ h5pget_dxpl_mpio_c(hid_t_f *prp_id, int_f *data_xfer_mode)
*
* RETURNS
* 0 on success, -1 on failure
- * AUTHOR
- * M. Scot Breitenfeld
- * July 27, 2012
* SOURCE
*/
int_f