Skip to content

Commit

Permalink
remove redundant function calls
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 594c950 commit 4558712
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/standard_model_two_scale_matching.hpp.in
Expand Up @@ -66,9 +66,6 @@ public:
if (!constraint)
throw SetupError("Constraint pointer in matching class is NULL!");

model->calculate_DRbar_masses();
model->solve_ewsb_one_loop();

if (!model->get_thresholds())
@ModelName@_standard_model_matching::match_high_to_low_scale_model_tree_level(*eft, *model);
else
Expand All @@ -93,8 +90,6 @@ public:
if (!constraint)
throw SetupError("Constraint pointer in matching class is NULL!");

model->calculate_DRbar_masses();

@ModelName@_standard_model_matching::match_high_to_low_scale_model_tree_level(*eft, *model);
}

Expand Down

0 comments on commit 4558712

Please sign in to comment.