Skip to content

Commit

Permalink
Ensure correct input parameters are used
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Feb 10, 2017
1 parent 2c580c3 commit c5fffa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_CNMSSM.hpp
Expand Up @@ -89,6 +89,7 @@ void setup_CNMSSM_const(flexiblesusy::CNMSSM_mass_eigenstates& m,

Eigen::Matrix<double,3,3> mm0(Sqr(m0) * Eigen::Matrix<double,3,3>::Identity());

m.set_input_parameters(input);
m.set_scale(scale);
m.set_loops(1);
m.set_g1(g1);
Expand Down Expand Up @@ -126,7 +127,7 @@ void setup_CNMSSM(flexiblesusy::CNMSSM_mass_eigenstates& m,
input.m12 = 133.33;
input.TanBeta = 10.;
input.Azero = -300.;
input.LambdaInput = 0.05;
input.LambdaInput = -0.05;
input.SignvS = 1;

setup_CNMSSM_const(m, input);
Expand Down

0 comments on commit c5fffa2

Please sign in to comment.