Skip to content

Commit

Permalink
Avoid warnings about incorrect number of EWSB output parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Jan 24, 2017
1 parent 478daaa commit db5cd60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions meta/FlexibleSUSY.m
Expand Up @@ -1189,7 +1189,7 @@ corresponding tadpole is real or imaginary (only in models with CP
WriteSemiAnalyticEWSBSolverClass[ewsbEquations_List, parametersFixedByEWSB_List, ewsbInitialGuessValues_List,
ewsbSubstitutions_List, ewsbSolution_List, freePhases_List,
solutions_List, files_List] :=
Module[{numberOfIndependentEWSBEquations,
Module[{semiAnalyticSubs, numberOfIndependentEWSBEquations,
ewsbEquationsTreeLevel,
independentEwsbEquations, higgsToEWSBEqAssociation,
calculateOneLoopTadpolesNoStruct = "", calculateTwoLoopTadpolesNoStruct = "",
Expand All @@ -1198,8 +1198,9 @@ corresponding tadpole is real or imaginary (only in models with CP
solveEwsbWithTadpoles = "", getEWSBParametersFromVector = "",
setEWSBParametersFromLocalCopies = "", applyEWSBSubstitutions = "",
setModelParametersFromEWSB = "", setBoundaryValueParametersFromLocalCopies = ""},
semiAnalyticSubs = SemiAnalytic`GetSemiAnalyticEWSBSubstitutions[solutions];
independentEwsbEquations = EWSB`GetLinearlyIndependentEqs[ewsbEquations, parametersFixedByEWSB,
ewsbSubstitutions];
Join[semiAnalyticSubs, ewsbSubstitutions]];
numberOfIndependentEWSBEquations = Length[independentEwsbEquations];
ewsbEquationsTreeLevel = ewsbEquations /. FlexibleSUSY`tadpole[_] -> 0;
If[ewsbEquations =!= Table[0, {Length[ewsbEquations]}] &&
Expand Down

0 comments on commit db5cd60

Please sign in to comment.