Skip to content

Commit

Permalink
remove linear independent parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Apr 10, 2015
1 parent 77846f9 commit 7410e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta/FlexibleSUSY.m
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,7 @@

If[haveEWSB,
ewsbEquations = Parameters`ExpandExpressions[ewsbEquations];
ewsbEquations = Parameters`FilterOutLinearDependentEqs[ewsbEquations, FlexibleSUSY`EWSBOutputParameters];
FlexibleSUSY`EWSBOutputParameters = Parameters`DecreaseIndexLiterals[FlexibleSUSY`EWSBOutputParameters];

(* adding tadpoles to the EWSB eqs. *)
Expand Down

0 comments on commit 7410e1b

Please sign in to comment.