Skip to content

Commit

Permalink
Correct bad merge of condition_number_test (again).
Browse files Browse the repository at this point in the history
  • Loading branch information
jzmaddock committed Feb 10, 2024
1 parent bdcecaa commit 84b1208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/condition_number_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 84b1208

Please sign in to comment.