Skip to content

Commit

Permalink
apply bugfix ac8e38e to low-energy models as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed May 18, 2014
1 parent 3a761a6 commit 07b0d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/low_scale_spectrum_generator.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ void @ModelName@_spectrum_generator<T>::run(const QedQcd& oneset,
low_scale = low_scale_constraint.get_scale();

model.run_to(susy_scale);
model.solve_ewsb();
model.calculate_spectrum();

// run to output scale (if scale > 0)
Expand Down

0 comments on commit 07b0d5c

Please sign in to comment.