Skip to content

Commit

Permalink
make sure f is set to sensible value
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jan 26, 2016
1 parent 8a2a878 commit 937c702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/ThresholdCorrections.m
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
SetDRbarYukawaCouplingFermion[SARAH`Electron, SARAH`ElectronYukawa, Global`electronDRbar, settings];

SetDRbarYukawaCouplingFermionMatrix[fermion_, yukawa_, mass_, setting_] :=
Module[{y, f},
Module[{y, f = setting},
If[setting === Automatic,
{y, f} = InvertMassRelation[fermion, yukawa];
f = f /. fermion -> mass;
Expand Down

0 comments on commit 937c702

Please sign in to comment.