Skip to content

Commit

Permalink
Ensure empty solutions are added when no EWSB equations are present
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed May 5, 2017
1 parent 5a1b73f commit 9320096
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/FlexibleSUSY.m
Expand Up @@ -3118,6 +3118,8 @@ corresponding tadpole is real or imaginary (only in models with CP
treeLevelEwsbSolutionOutputFiles];
,
Print["Note: There are no EWSB equations."];
solverEwsbSolutions = Rule[#, {}]& /@ FlexibleSUSY`FSBVPSolvers;
solverFreePhases = Rule[#, {}]& /@ FlexibleSUSY`FSBVPSolvers;
];
freePhases = GetAllFreePhases[solverFreePhases];
If[freePhases =!= {},
Expand Down

0 comments on commit 9320096

Please sign in to comment.