Skip to content

Commit

Permalink
require EWSB error to be zero
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Nov 13, 2014
1 parent 1b8c8f3 commit cff82c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_SMSSM_ewsb.cpp
Expand Up @@ -39,7 +39,7 @@ void test_tree_level_ewsb(const SMSSM_input_parameters& input)
m.set_ewsb_iteration_precision(precision);
const int error = m.solve_ewsb_tree_level();

BOOST_CHECK_EQUAL(error, 0);
BOOST_REQUIRE(error == 0);
BOOST_CHECK_SMALL(m.get_ewsb_eq_hh_1(), precision);
BOOST_CHECK_SMALL(m.get_ewsb_eq_hh_2(), precision);
BOOST_CHECK_SMALL(m.get_ewsb_eq_hh_3(), precision);
Expand Down

0 comments on commit cff82c7

Please sign in to comment.