Skip to content

Commit

Permalink
Bugfix: correcting lowest model constraint in a tower
Browse files Browse the repository at this point in the history
where the full model is run up to some higher scale
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 25, 2016
1 parent d305428 commit f4a6617
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,7 @@ void @ModelName@_standard_model_spectrum_generator<T>::run(const softsusy::QedQc
low_scale_constraint .initialize();

std::vector<Constraint<T>*> model_constraints(2);
model_constraints[0] = &low_scale_constraint;
model_constraints[0] = &susy_scale_constraint;
model_constraints[1] = &high_scale_constraint;

std::vector<Constraint<T>*> eft_constraints(1);
Expand Down

0 comments on commit f4a6617

Please sign in to comment.