Skip to content

Commit

Permalink
creating inline element getters for mixing matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Nov 28, 2014
1 parent 9e593bb commit 3e42bcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta/TreeMasses.m
Expand Up @@ -473,7 +473,8 @@
CreateMixingMatrixGetter[Null, returnType_, postFix_String:"", struct_String:""] := "";

CreateMixingMatrixGetter[mixingMatrixSymbol_Symbol, returnType_, postFix_String:"", struct_String:""] :=
CConversion`CreateInlineGetter[ToValidCSymbolString[mixingMatrixSymbol], returnType, postFix, struct];
CConversion`CreateInlineGetter[ToValidCSymbolString[mixingMatrixSymbol], returnType, postFix, struct] <>
CConversion`CreateInlineElementGetter[ToValidCSymbolString[mixingMatrixSymbol], returnType, postFix, struct];

CreateSLHAPoleMixingMatrixGetter[massMatrix_TreeMasses`FSMassMatrix] :=
CreateMixingMatrixGetter[massMatrix, "_pole_slha", "physical_slha."];
Expand Down

0 comments on commit 3e42bcb

Please sign in to comment.