Skip to content

Commit

Permalink
adapting function calls in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 23, 2018
1 parent f5f3d29 commit 69fbdeb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -190,9 +190,9 @@ void MSSMcbs_low_scale_constraint<Two_scale>::calculate_DRbar_gauge_couplings()

// interface variables
MZDRbar
= AbsSqrt(model->calculate_M2VZ_DRbar(Electroweak_constants::MZ));
= AbsSqrt(model->calculate_M2VZ_DRbar(Sqr(Electroweak_constants::MZ)));
const double MWDRbar
= AbsSqrt(model->calculate_M2VWm_DRbar(Electroweak_constants::MW));
= AbsSqrt(model->calculate_M2VWm_DRbar(Sqr(Electroweak_constants::MW)));
const double AlphaS = alpha_s_drbar;
const double EDRbar = e_drbar;

Expand Down

0 comments on commit 69fbdeb

Please sign in to comment.