Skip to content

Commit

Permalink
take M heads into account when wrapping macros around parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 23, 2018
1 parent 009e576 commit 9878713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/Parameters.m
Expand Up @@ -1376,6 +1376,8 @@
FindMacro[par_] :=
Which[IsModelParameter[par] , Global`MODELPARAMETER,
IsOutputParameter[par], Global`MODELPARAMETER,
IsOutputParameter[par /. FlexibleSUSY`M -> FlexibleSUSY`M2]
, Global`MODELPARAMETER,
IsPhase[par] , Global`MODELPARAMETER,
IsInputParameter[par] , Global`INPUTPARAMETER,
IsExtraParameter[par] , Global`EXTRAPARAMETER,
Expand Down

0 comments on commit 9878713

Please sign in to comment.