Skip to content

Commit

Permalink
no need to re-initialize QedQcd object
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 10, 2016
1 parent 75ec34a commit 93f66d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/librarylink.cpp.in
Expand Up @@ -332,8 +332,6 @@ Model_data fill(double* pars, mint npars)
data.settings.set(Spectrum_generator_settings::pole_mass_scale, pars[c++]);
data.parameter_output_scale = pars[c++];

data.qedqcd = softsusy::QedQcd();

data.qedqcd.setAlpha(softsusy::ALPHA, pars[c]);
data.qedqcd.setAlphaEmInput(pars[c++]);
data.qedqcd.setFermiConstant(pars[c++]);
Expand Down

0 comments on commit 93f66d6

Please sign in to comment.