Skip to content

Commit

Permalink
Ensure indices are decreased for extra parameters in SLHA output
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Jun 22, 2017
1 parent 62ccbda commit 490c07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/FlexibleSUSY.m
Expand Up @@ -3189,7 +3189,7 @@ corresponding tadpole is real or imaginary (only in models with CP

extraSLHAOutputBlocks = Parameters`DecreaseIndexLiterals[
FlexibleSUSY`ExtraSLHAOutputBlocks,
Join[Parameters`GetOutputParameters[], Parameters`GetModelParameters[]]
Join[Parameters`GetOutputParameters[], Parameters`GetModelParameters[], Parameters`GetExtraParameters[]]
];

(* determine diagonalization precision for each particle *)
Expand Down

0 comments on commit 490c07e

Please sign in to comment.