Skip to content

Commit

Permalink
Correctly construct index replacement rules for extra parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Feb 2, 2017
1 parent 5e228c3 commit 544cdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/FlexibleSUSY.m
Expand Up @@ -2593,7 +2593,7 @@ corresponding tadpole is real or imaginary (only in models with CP

allExtraParameterIndexReplacementRules = Parameters`CreateIndexReplacementRules[
(* {parameter, type} *)
{#[[1]], #[[2]]}& /@ FlexibleSUSY`FSAuxiliaryParameters
{#, Parameters`GetType[#]}& /@ Parameters`GetExtraParameters[]
];

FlexibleSUSY`FSLesHouchesList = SA`LHList;
Expand Down

0 comments on commit 544cdf9

Please sign in to comment.