Skip to content

Commit

Permalink
reorder functions for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 26, 2016
1 parent 272952f commit ac8cbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard_model_two_scale_low_scale_constraint.cpp
Expand Up @@ -102,10 +102,10 @@ void Standard_model_low_scale_constraint<Two_scale>::apply()
assert(model && "Error: Standard_model_low_scale_constraint::apply():"
" model pointer must not be zero");

model->calculate_DRbar_masses();
update_scale();
qedqcd.runto(scale, 1.0e-5);
model->set_low_energy_data(qedqcd);
model->calculate_DRbar_masses();
calculate_DRbar_gauge_couplings();

const auto g1 = MODELPARAMETER(g1);
Expand Down

0 comments on commit ac8cbb6

Please sign in to comment.