Skip to content

Commit

Permalink
Bugfix: missing return statement in function recalculate_mw_pole()
Browse files Browse the repository at this point in the history
if MW is input (not GF).
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jan 8, 2017
1 parent 2d88fd2 commit 4a5ada7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/ThresholdCorrections.m
Expand Up @@ -606,7 +606,7 @@
return AbsSqrt(mw_pole_sqr);"
];

RecalculateMWPole[_,_] := "";
RecalculateMWPole[_,_] := "return mw_pole;";

WarnIfFreeQ[coupling_, expr_, sym_] :=
If[FreeQ[expr, sym],
Expand Down

0 comments on commit 4a5ada7

Please sign in to comment.