Skip to content

Commit

Permalink
allowing for multiple parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 15, 2017
1 parent 50089dd commit 790272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/FlexibleSUSY.m
Expand Up @@ -291,7 +291,7 @@ FlexibleSUSY model file (FlexibleSUSY.m).

HaveBVPSolver[solver_] := MemberQ[FlexibleSUSY`FSBVPSolvers, solver];

PrintHeadline[text_] :=
PrintHeadline[text__] :=
Block[{},
Print[""];
Print[Style["---------------------------------", Bold]];
Expand Down

0 comments on commit 790272d

Please sign in to comment.