Skip to content

Commit

Permalink
Format quadrilinear soft terms
Browse files Browse the repository at this point in the history
They appear in SARAH models with dimension-5 operators such as
Seesaw[1-3].
  • Loading branch information
jhyeon committed Sep 8, 2014
1 parent 0738336 commit 265d34b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta/CConversion.m
Expand Up @@ -457,6 +457,9 @@
Format[SARAH`T[x_],CForm] :=
Format[ToValidCSymbol[SARAH`T[x /. FlexibleSUSY`GreekSymbol -> Identity]], OutputForm];

Format[SARAH`Q[x_],CForm] :=
Format[ToValidCSymbol[SARAH`Q[x /. FlexibleSUSY`GreekSymbol -> Identity]], OutputForm];

Format[FlexibleSUSY`GreekSymbol[x_],CForm] :=
Format[ToValidCSymbol[x], OutputForm];

Expand Down

0 comments on commit 265d34b

Please sign in to comment.