diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 19:12:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 19:12:00 (GMT) |
commit | e89290b777cec040c4b07079f43df5df2885ba11 (patch) | |
tree | e845b9b09ab86f90f364eff3825a69a252f6549a /test/dt_arith.c | |
parent | 299deb64fb087c2b74649645769f8a873627fa31 (diff) | |
download | hdf5-e89290b777cec040c4b07079f43df5df2885ba11.zip hdf5-e89290b777cec040c4b07079f43df5df2885ba11.tar.gz hdf5-e89290b777cec040c4b07079f43df5df2885ba11.tar.bz2 |
[svn-r26584] Description:
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 for >1 week)
Diffstat (limited to 'test/dt_arith.c')
-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 e821da5..3a489d1 100644 --- a/test/dt_arith.c +++ b/test/dt_arith.c @@ -5112,9 +5112,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 |