Skip to content

Commit

Permalink
remove unused variable (running W mass)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 26, 2016
1 parent f37a9d3 commit 272952f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/standard_model_two_scale_low_scale_constraint.cpp
Expand Up @@ -61,7 +61,6 @@ Standard_model_low_scale_constraint<Two_scale>::Standard_model_low_scale_constra
, qedqcd()
, ckm()
, pmns()
, MWDRbar(0.)
, MZDRbar(0.)
, AlphaS(0.)
, EDRbar(0.)
Expand Down Expand Up @@ -167,7 +166,6 @@ void Standard_model_low_scale_constraint<Two_scale>::clear()
initial_scale_guess = 0.;
model = NULL;
qedqcd = softsusy::QedQcd();
MWDRbar = 0.;
MZDRbar = 0.;
AlphaS = 0.;
EDRbar = 0.;
Expand All @@ -187,7 +185,6 @@ void Standard_model_low_scale_constraint<Two_scale>::initialize()

scale = initial_scale_guess;

MWDRbar = 0.;
MZDRbar = 0.;
AlphaS = 0.;
EDRbar = 0.;
Expand Down Expand Up @@ -238,11 +235,9 @@ void Standard_model_low_scale_constraint<Two_scale>::calculate_threshold_correct

// interface variables
MZDRbar = mz_pole;
MWDRbar = mw_pole;

if (model->get_thresholds()) {
MZDRbar = model->calculate_MVZ_DRbar(mz_pole);
MWDRbar = model->calculate_MVWp_DRbar(mw_pole);
}

AlphaS = alpha_s_drbar;
Expand Down
1 change: 0 additions & 1 deletion src/standard_model_two_scale_low_scale_constraint.hpp
Expand Up @@ -61,7 +61,6 @@ class Standard_model_low_scale_constraint<Two_scale> : public Constraint<Two_sca
Eigen::Matrix<std::complex<double>,3,3> ckm;
Eigen::Matrix<std::complex<double>,3,3> pmns;
Eigen::Matrix<double,3,3> neutrinoDRbar;
double MWDRbar;
double MZDRbar;
double AlphaS;
double EDRbar;
Expand Down

0 comments on commit 272952f

Please sign in to comment.