Skip to content

Commit

Permalink
rename NSM input parameters according to changes in the model file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Feb 18, 2015
1 parent 139b0d6 commit 3944641
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/test_NSM_low_scale_constraint.cpp
Expand Up @@ -22,11 +22,11 @@ BOOST_AUTO_TEST_CASE( test_delta_alpha )
{
NSM<Two_scale> m;
NSM_input_parameters input;
input.LambdaInput1 = 0.1;
input.LambdaInput2 = 0.1;
input.LambdaInput3 = 0.1;
input.LambdaInput4 = 0.0;
input.LambdaInput5 = 0.0;
input.Lambda1Input = 0.1;
input.Lambda2Input = 0.1;
input.Lambda3Input = 0.1;
input.Lambda4Input = 0.0;
input.Lambda5Input = 0.0;
QedQcd oneset;

const double vev = 246.;
Expand Down Expand Up @@ -68,11 +68,11 @@ BOOST_AUTO_TEST_CASE( test_delta_spectrum )
{
NSM<Two_scale> m;
NSM_input_parameters input;
input.LambdaInput1 = 0.1;
input.LambdaInput2 = 0.1;
input.LambdaInput3 = 0.1;
input.LambdaInput4 = 0.0;
input.LambdaInput5 = 0.0;
input.Lambda1Input = 0.1;
input.Lambda2Input = 0.1;
input.Lambda3Input = 0.1;
input.Lambda4Input = 0.0;
input.Lambda5Input = 0.0;
QedQcd oneset;

const double vev = 246.;
Expand Down

0 comments on commit 3944641

Please sign in to comment.