Skip to content

Commit

Permalink
adding more test cases for important precision settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt committed Oct 28, 2015
1 parent 65f02b3 commit ac1a634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_CMSSM_database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ void test_parameter_equality(const T& a, const P& b)
TEST_EQUALITY(a.get_loops(), b.get_loops());
TEST_EQUALITY(a.get_scale(), b.get_scale());
TEST_EQUALITY(a.get_thresholds(), b.get_thresholds());
TEST_EQUALITY(a.get_ewsb_loop_order(), b.get_ewsb_loop_order());
TEST_EQUALITY(a.get_pole_mass_loop_order(), b.get_pole_mass_loop_order());
TEST_EQUALITY(a.get_precision(), b.get_precision());
TEST_EQUALITY(a.get_ewsb_iteration_precision(), b.get_ewsb_iteration_precision());

TEST_EQUALITY(a.get_g1(), b.get_g1());
TEST_EQUALITY(a.get_g2(), b.get_g2());
Expand Down

0 comments on commit ac1a634

Please sign in to comment.