Skip to content

Commit

Permalink
Run correct model to low-scale
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed May 24, 2017
1 parent e432bbd commit e4e017b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -211,7 +211,7 @@ void @ModelName@_spectrum_generator<Semi_analytic>::run_except(const softsusy::Q
solver.solve();

// impose low-scale constraint one last time
model.run_to(low_scale_constraint.get_scale());
eft.run_to(low_scale_constraint.get_scale());
low_scale_constraint.apply();

high_scale = high_scale_constraint.get_scale();
Expand Down
Expand Up @@ -205,7 +205,7 @@ void @ModelName@_spectrum_generator<Semi_analytic>::run_except(const softsusy::Q
solver.solve();

// impose low-scale constraint one last time
model.run_to(low_scale_constraint.get_scale());
eft.run_to(low_scale_constraint.get_scale());
low_scale_constraint.apply();

susy_scale = susy_scale_constraint.get_scale();
Expand Down

0 comments on commit e4e017b

Please sign in to comment.