Skip to content

Commit

Permalink
Only allow the two-scale Standard Model in the model tower
Browse files Browse the repository at this point in the history
since currently this is the only class that is implemented
  • Loading branch information
Dylan Harries committed Feb 27, 2017
1 parent 815b8fc commit d1c5953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/FlexibleTower.m
Expand Up @@ -14,7 +14,7 @@
Utils`StringJoinWithSeparator[
Which[FlexibleSUSY`FlexibleEFTHiggs === True,
{ GetSLHAModelType[FlexibleSUSY`FSModelName, "Solver_type"],
GetModelType["standard_model::StandardModel", "Solver_type"] },
GetModelType["standard_model::StandardModel", "Two_scale"] },
True,
{ GetSLHAModelType[FlexibleSUSY`FSModelName, "Solver_type"] }
],
Expand Down

0 comments on commit d1c5953

Please sign in to comment.