Skip to content

Commit

Permalink
correcting mass pattern matching
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 19, 2018
1 parent fb8e8a0 commit 58cecbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/LoopMasses.m
Expand Up @@ -1298,7 +1298,7 @@ be set to the (positive) tree-level mass. M_tree
GetLightestMassEigenstateStr[mass_] /; TreeMasses`IsFermion[mass] :=
"Abs(PHYSICAL(" <> CConversion`RValueToCFormString[GetLightestMassEigenstate[mass]] <> "))";

GetLightestMassEigenstateStr[mass_] /; TreeMasses`IsFermion[mass] :=
GetLightestMassEigenstateStr[mass_] :=
"AbsSqrt(PHYSICAL(" <> CConversion`RValueToCFormString[GetLightestMassEigenstate[mass]] <> "))";

CreateLSPFunctions[{}] := {"", ""};
Expand Down

0 comments on commit 58cecbf

Please sign in to comment.