Skip to content

Commit

Permalink
use 2-loops by default in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Oct 28, 2015
1 parent 229f063 commit 79bab27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_CMSSM_database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void setup_CMSSM(CMSSM_mass_eigenstates& m, const CMSSM_input_parameters& input)

m.set_input_parameters(input);
m.set_scale(scale);
m.set_loops(1);
m.set_loops(2);
m.set_thresholds(3);
m.set_g1(g1);
m.set_g2(g2);
Expand Down

0 comments on commit 79bab27

Please sign in to comment.