Skip to content

Commit

Permalink
fix tan(beta) at MS
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 15, 2016
1 parent 27365fd commit a228c01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion model_files/MRSSMtower/FlexibleSUSY.m.in
Expand Up @@ -44,7 +44,9 @@ SUSYScaleInput = {
{MuD , SARAH`LHInput[MuD]},
{MuU , SARAH`LHInput[MuU]},
{B[MuD], 0},
{B[MuU], 0}
{B[MuU], 0},
{vd, Sqrt[vu^2 + vd^2] Cos[ArcTan[TanBeta]]},
{vu, Sqrt[vu^2 + vd^2] Sin[ArcTan[TanBeta]]}
};

InitialGuessAtSUSYScale = {
Expand Down

0 comments on commit a228c01

Please sign in to comment.