Skip to content

Commit

Permalink
Bugfix: correcting trilinear input at Qin in the MSSM
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt committed Jul 6, 2015
1 parent 0606bd8 commit 79c161e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model_files/MSSM/FlexibleSUSY.m.in
Expand Up @@ -36,8 +36,8 @@ HighScaleFirstGuess = Qin;

HighScaleInput = {
{T[Ye], Aeij*Ye},
{T[Yd], Adij*Ye},
{T[Yu], Auij*Ye},
{T[Yd], Adij*Yd},
{T[Yu], Auij*Yu},
{mHd2, mHd2IN},
{mHu2, mHu2IN},
{mq2, LHInput[mq2]},
Expand Down

0 comments on commit 79c161e

Please sign in to comment.