summaryrefslogtreecommitdiffstats
path: root/test/dt_arith.c
diff options
context:
space:
mode:
authorQuincey Koziol <quincey@koziol.cc>2023-04-11 14:41:32 (GMT)
committerGitHub <noreply@github.com>2023-04-11 14:41:32 (GMT)
commit49a71463a064a80aec7f67d6de008d892954febf (patch)
tree4e0d432ab31655d169ce88a14dff70f2d0cefc2a /test/dt_arith.c
parent1ad030f6696159c498880a4d785f9a2f7ae6fd32 (diff)
downloadhdf5-49a71463a064a80aec7f67d6de008d892954febf.zip
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.gz
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.bz2
Comment cleanup (#2689)
* Clean up content and redundant logging in comments.
Diffstat (limited to 'test/dt_arith.c')
-rw-r--r--test/dt_arith.c47
1 files changed, 0 insertions, 47 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c
index 6d6cb4c..aa0115e 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -403,8 +403,6 @@ static int my_isinf(int endian, const unsigned char *val, size_t size, size_t mp
* Programmer: Robb Matzke
* Monday, July 6, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -430,8 +428,6 @@ fpe_handler(int H5_ATTR_UNUSED signo)
* Programmer: Robb Matzke
* Monday, November 16, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -472,8 +468,6 @@ reset_hdf5(void)
* Programmer: Raymond Lu
* April 19, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static H5T_conv_ret_t
@@ -518,8 +512,6 @@ except_func(H5T_conv_except_t except_type, hid_t H5_ATTR_UNUSED src_id, hid_t H5
* Programmer: Raymond Lu
* Friday, Sept 2, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -582,8 +574,6 @@ error:
* Programmer: Raymond Lu
* Sept 7, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static H5T_conv_ret_t
@@ -803,8 +793,6 @@ error:
* Programmer: Raymond Lu
* Thursday, Jan 6, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1254,8 +1242,6 @@ error:
* Programmer: Raymond Lu
* Saturday, Jan 29, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1575,8 +1561,6 @@ error:
* Programmer: Robb Matzke
* Monday, November 16, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2628,8 +2612,6 @@ error:
* Programmer: Robb Matzke
* Friday, April 30, 1999
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2680,8 +2662,6 @@ test_conv_int_2(void)
* Programmer: Robb Matzke
* Monday, July 6, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2756,8 +2736,6 @@ my_isnan(dtype_t type, void *val)
* Programmer: Raymond Lu
* Monday, June 20, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2796,13 +2774,6 @@ my_isinf(int endian, const unsigned char *val, size_t size, size_t mpos, size_t
* Programmer: Robb Matzke
* Tuesday, June 23, 1998
*
- * Modifications:
- * Albert Cheng, Apr 16, 2004
- * Check for underflow condition. If the src number is
- * smaller than the dst MIN float number, consider it okay
- * if the converted sw and hw dst are both less than or
- * equal to the dst MIN float number.
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3404,8 +3375,6 @@ error:
* Programmer: Raymond Lu
* Thursday, November 6, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4606,8 +4575,6 @@ error:
* Programmer: Raymond Lu
* Monday, Nov 17, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static hbool_t
@@ -4692,8 +4659,6 @@ done:
* Programmer: Robb Matzke
* Tuesday, November 24, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4854,8 +4819,6 @@ run_integer_tests(const char *name)
* Programmer: Raymond Lu
* Tuesday, March 22, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4939,8 +4902,6 @@ done:
* Programmer: Raymond Lu
* Monday, November 10, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -5047,8 +5008,6 @@ run_int_fp_conv(const char *name)
* Programmer: Raymond Lu
* Monday, November 10, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -5195,12 +5154,6 @@ run_fp_int_conv(const char *name)
* Programmer: Robb Matzke
* Tuesday, December 9, 1997
*
- * Modifications:
- * Raymond Lu
- * Monday, April 4, 2005
- * These tests were split from dtypes.c because dtypes.c
- * has grown too big.
- *
*-------------------------------------------------------------------------
*/
int