Skip to content

Commit

Permalink
fix remaining occurrence of mc2GeV
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jun 24, 2016
1 parent 736c43a commit 811aaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mathlink.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int FSSetSMInputParameters@ModelName@(
qedqcd.setMass(softsusy::mStrange, ms2GeV);
qedqcd.setMs2GeV(ms2GeV);
qedqcd.setMass(softsusy::mCharm, mcmc);
qedqcd.setMcMc(mc2GeV);
qedqcd.setMcMc(mcmc);

physical_input.set(Physical_input::alpha_em_0, alphaEm0);
physical_input.set(Physical_input::mh_pole, Mh);
Expand Down

0 comments on commit 811aaec

Please sign in to comment.