Skip to content

Commit

Permalink
Check definitions of EWSB substitutions and initial guess
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Dec 7, 2016
1 parent 25fc359 commit 1254986
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meta/FlexibleSUSY.m
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,12 @@ FlexibleSUSY model file (FlexibleSUSY.m).
" of model parameters chosen to be output of the EWSB eqs."];
Quit[1];
];
If[Head[FlexibleSUSY`EWSBInitialGuess] =!= List,
FlexibleSUSY`EWSBInitialGuess = {};
];
If[Head[FlexibleSUSY`EWSBSubstitutions] =!= List,
FlexibleSUSY`EWSBSubstitutions = {};
];
If[Head[FlexibleSUSY`FSExtraInputParameters] =!= List,
Print["Error: FSExtraInputParameters has to be set to a list!"];
Quit[1];
Expand Down

0 comments on commit 1254986

Please sign in to comment.