Skip to content

Commit

Permalink
Fix model parameters appearing in high-scale constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Jan 23, 2017
1 parent 2f0b5fe commit f222c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model_files/U1xMSSM3G/FlexibleSUSY.m.in
Expand Up @@ -63,11 +63,11 @@ HighScaleInput = {
{T[Yep], Azero*Yep},
{T[lambdaE], Azero*lambdaE},
{T[lambdaU], Azero*lambdaU},
{μ, MuInput},
{\[Mu], MuInput},
{MVU, (MVUinput - (lUinput*vSInput)/Sqrt[2])*UNITMATRIX[3]},
{MVE, (MVEinput - (lEinput*vSInput)/Sqrt[2])*UNITMATRIX[3]},
{MS, MSInput},
{B[μ], BMuInput},
{B[\[Mu]], BMuInput},
{B[MS], BMSInput},
{B[MVU], -(lambdaU*(lw + Sqrt[2]*MS*xS))},
{B[MVE], -(lambdaE*(lw + Sqrt[2]*MS*xS))},
Expand Down

0 comments on commit f222c43

Please sign in to comment.