mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
This commit is contained in:
@@ -39,9 +39,6 @@ using namespace H5;
|
||||
* Return if any failure has occurred: 1
|
||||
*
|
||||
* if no failure occurs: 0
|
||||
*
|
||||
* Programmer Binh-Minh Ribler (using C code segment for reporting tests)
|
||||
* Friday, February 6, 2001
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
int
|
||||
@@ -67,10 +64,6 @@ test_report(int nerrors, const H5std_string &testname)
|
||||
* Purpose Displays that a function has failed with its location.
|
||||
*
|
||||
* Return None
|
||||
*
|
||||
* Programmer Binh-Minh Ribler (copied and modified macro CHECK from C)
|
||||
* Monday, December 20, 2004
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
void
|
||||
@@ -90,10 +83,6 @@ issue_fail_msg(const char *where, int line, const char *file_name, const char *m
|
||||
* Purpose Displays that a function has failed with its location.
|
||||
*
|
||||
* Return None
|
||||
*
|
||||
* Programmer Binh-Minh Ribler (copied and modified macro CHECK from C)
|
||||
* Monday, December 20, 2004
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
void
|
||||
@@ -121,9 +110,6 @@ issue_fail_msg(const char *where, int line, const char *file_name, const char *f
|
||||
* Return Success: 0
|
||||
*
|
||||
* Failure: -1
|
||||
*
|
||||
* Programmer Binh-Minh Ribler (using C code segment for checking values)
|
||||
* Friday, February 6, 2001
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
int
|
||||
@@ -147,10 +133,6 @@ check_values(hsize_t i, hsize_t j, int apoint, int acheck)
|
||||
* Return Success: 0
|
||||
*
|
||||
* Failure: -1
|
||||
*
|
||||
* Programmer Binh-Minh Ribler (using C code segment for checking values)
|
||||
* Friday, September 16, 2016
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
void
|
||||
@@ -174,9 +156,6 @@ check_values(const char *value, const char *msg, int line, const char *file_name
|
||||
* Return Success: 0
|
||||
*
|
||||
* Failure: -1
|
||||
*
|
||||
* Programmer Binh-Minh Ribler
|
||||
* May 2, 2010
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user