Skip to content

Commit

Permalink
simplify observable check
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Nov 15, 2016
1 parent 074345d commit e53d94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/WriteOut.m
Expand Up @@ -449,7 +449,7 @@
result
];

WriteSLHABlockEntry[{par_ /; MemberQ[FlexibleSUSYObservable`FSObservables,par], idx___}, comment_String:""] :=
WriteSLHABlockEntry[{par_?IsObservable, idx___}, comment_String:""] :=
Module[{i, dim, scalarPDG, vectorPDG, result = ""},
Switch[par,
FlexibleSUSYObservable`aMuon,
Expand Down

0 comments on commit e53d94c

Please sign in to comment.