mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Correct bad merge of condition_number_test (again).
This commit is contained in:
@@ -114,10 +114,10 @@ int main()
|
||||
test_exponential_sum<double>();
|
||||
#endif
|
||||
#if !defined(TEST) || (TEST == 2)
|
||||
test_summation_condition_number<cpp_bin_float_50>();
|
||||
test_summation_condition_number<boost::multiprecision::cpp_bin_float_50>();
|
||||
#endif
|
||||
#if !defined(TEST) || (TEST == 3)
|
||||
test_evaluation_condition_number<cpp_bin_float_50>();
|
||||
test_evaluation_condition_number<boost::multiprecision::cpp_bin_float_50>();
|
||||
#endif
|
||||
return boost::math::test::report_errors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user