Skip to content

Commit

Permalink
Add context
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Feb 1, 2017
1 parent fcc8967 commit 7df4a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/FlexibleSUSY.m
Expand Up @@ -2941,7 +2941,7 @@ corresponding tadpole is real or imaginary (only in models with CP
allParticles = FlexibleSUSY`M[GetMassEigenstate[#]]& /@ massMatrices;
allOutputParameters = DeleteCases[DeleteDuplicates[
Join[allParticles,
Flatten[GetMixingMatrixSymbol[#]& /@ massMatrices]]], Null];
Flatten[TreeMasses`GetMixingMatrixSymbol[#]& /@ massMatrices]]], Null];

Parameters`SetOutputParameters[allOutputParameters];
DebugPrint["output parameters = ", allOutputParameters];
Expand Down

0 comments on commit 7df4a89

Please sign in to comment.