diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 20:28:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 20:28:03 (GMT) |
commit | 0ea42d66677ffac366aec707fa448793ac5be6b6 (patch) | |
tree | 19ee80047c6c7faf56c53bf64cd53ef45ace173a /test | |
parent | fa367e4f582bcb06c9d58c79b805402cb455ddd7 (diff) | |
download | hdf5-0ea42d66677ffac366aec707fa448793ac5be6b6.zip hdf5-0ea42d66677ffac366aec707fa448793ac5be6b6.tar.gz hdf5-0ea42d66677ffac366aec707fa448793ac5be6b6.tar.bz2 |
[svn-r26624] Description:
Bring r26584 from trunk to 1.8 branch:
Bring r26485 from the autotools_rework branch to the trunk:
Remove the ULONG_TO_FLOAT_ACCURATE macro/define, we no longer support the
Sandia system where it was necessary.
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(Daily tested on trunk for 2+ days)
Diffstat (limited to 'test')
-rw-r--r-- | test/dt_arith.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c index 7bf203f..b90169f 100644 --- a/test/dt_arith.c +++ b/test/dt_arith.c @@ -5141,9 +5141,7 @@ run_int_fp_conv(const char *name) nerrors += test_conv_int_fp(name, TEST_NORMAL, H5T_NATIVE_LONG, H5T_NATIVE_FLOAT); nerrors += test_conv_int_fp(name, TEST_NORMAL, H5T_NATIVE_LONG, H5T_NATIVE_DOUBLE); -#if H5_ULONG_TO_FLOAT_ACCURATE nerrors += test_conv_int_fp(name, TEST_NORMAL, H5T_NATIVE_ULONG, H5T_NATIVE_FLOAT); -#endif nerrors += test_conv_int_fp(name, TEST_NORMAL, H5T_NATIVE_ULONG, H5T_NATIVE_DOUBLE); #endif |