diff options
Diffstat (limited to 'hl/src/H5TB.c')
-rw-r--r-- | hl/src/H5TB.c | 108 |
1 files changed, 3 insertions, 105 deletions
diff --git a/hl/src/H5TB.c b/hl/src/H5TB.c index 4049796..e718605 100644 --- a/hl/src/H5TB.c +++ b/hl/src/H5TB.c @@ -36,19 +36,11 @@ static hid_t H5TB_create_type(hid_t loc_id, const char *dset_name, size_t type_s */ /*------------------------------------------------------------------------- - * Function: H5TBmake_table + * Function: H5TBmake_table * - * Purpose: Make a table - * - * Return: Success: 0, Failure: -1 - * - * Programmer: Pedro Vicente - * Quincey Koziol - * - * Date: January 17, 2001 - * - * Comments: + * Purpose: Make a table * + * Return: Success: 0, Failure: -1 *------------------------------------------------------------------------- */ herr_t @@ -252,12 +244,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmers: - * Pedro Vicente - * Quincey Koziol - * - * Date: November 19, 2001 - * * Comments: Uses memory offsets * *------------------------------------------------------------------------- @@ -319,10 +305,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: November 19, 2001 - * * Comments: Uses memory offsets * *------------------------------------------------------------------------- @@ -411,10 +393,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: November 21, 2001 - * * Comments: * *------------------------------------------------------------------------- @@ -569,10 +547,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: November 21, 2001 - * * Comments: Uses memory offsets * *------------------------------------------------------------------------- @@ -734,10 +708,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: November 20, 2001 - * * Comments: * *------------------------------------------------------------------------- @@ -807,10 +777,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: November 19, 2001 - * * Comments: * *------------------------------------------------------------------------- @@ -873,10 +839,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: November 19, 2001 - * * Comments: * *------------------------------------------------------------------------- @@ -1030,10 +992,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: November 19, 2001 - * * Comments: * *------------------------------------------------------------------------- @@ -1188,10 +1146,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: November 26, 2001 - * *------------------------------------------------------------------------- */ herr_t @@ -1348,10 +1302,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: November 26, 2001 - * * Comments: Uses memory offsets * *------------------------------------------------------------------------- @@ -1500,10 +1450,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: December 5, 2001 - * * Comments: * *------------------------------------------------------------------------- @@ -1629,10 +1575,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: December 10, 2001 - * * Comments: * *------------------------------------------------------------------------- @@ -1985,10 +1927,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: January 30, 2002 - * * Comments: * *------------------------------------------------------------------------- @@ -2402,10 +2340,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: January 30, 2002 - * * Comments: * *------------------------------------------------------------------------- @@ -2854,10 +2788,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: January 30, 2001 - * * Comments: * *------------------------------------------------------------------------- @@ -2880,10 +2810,6 @@ H5TBAget_title(hid_t loc_id, char *table_title) * * Return: Success: true/false, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: January 30, 2002 - * * Comments: * *------------------------------------------------------------------------- @@ -2950,10 +2876,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: November 19, 2001 - * * Comments: * *------------------------------------------------------------------------- @@ -3035,10 +2957,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: November 19, 2001 - * * Comments: * *------------------------------------------------------------------------- @@ -3152,10 +3070,6 @@ out: * * Return: Success: true/false, Failure: N/A * - * Programmer: Pedro Vicente - * - * Date: November 19, 2001 - * *------------------------------------------------------------------------- */ H5_ATTR_PURE static bool @@ -3193,10 +3107,6 @@ H5TB_find_field(const char *field, const char *field_list) * * Return: Success: 0, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: December 6, 2001 - * * Comments: * *------------------------------------------------------------------------- @@ -3254,10 +3164,6 @@ out: * * Return: Success: the memory type ID, Failure: -1 * - * Programmer: Pedro Vicente - * - * Date: March 31, 2004 - * * Comments: * *------------------------------------------------------------------------- @@ -3350,10 +3256,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Nat Furrer - * James Laird - * - * Date: March 8, 2004 * * Comments: Called by H5TBappend_records and H5PTappend_records * @@ -3415,10 +3317,6 @@ out: * * Return: Success: 0, Failure: -1 * - * Programmer: Nat Furrer - * James Laird - * - * Date: March 8, 2004 * * Comments: Called by H5TBread_records and H5PTread_records * |