Skip to content

Commit

Permalink
rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Oct 17, 2016
1 parent b5734a9 commit 5153efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mssm_twoloophiggs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Eigen::Matrix<double, 2, 1> tadpole_higgs_2loop_at_as_mssm_general(
}

/// limit st -> 0 and mst1 -> mst2
Eigen::Matrix<double, 2, 2> self_energy_higgs_2loop_at_as_mssm_with_tadpoles_mst1_eq_mst2(
Eigen::Matrix<double, 2, 2> self_energy_higgs_2loop_at_as_mssm_with_tadpoles_st_0_mst1_eq_mst2(
double mt2, double mg, double mst12, double /* mst22 */,
double /* sxt */, double /* cxt */, double scale2, double mu,
double tanb, double vev2, double gs, int /* scheme */)
Expand Down Expand Up @@ -437,7 +437,7 @@ Eigen::Matrix<double, 2, 2> self_energy_higgs_2loop_at_as_mssm_with_tadpoles(
double tanb, double vev2, double gs, int scheme)
{
if (std::abs((mst12 - mst22)/mst12) < 1e-4)
return self_energy_higgs_2loop_at_as_mssm_with_tadpoles_mst1_eq_mst2(
return self_energy_higgs_2loop_at_as_mssm_with_tadpoles_st_0_mst1_eq_mst2(
mt2, mg, mst12, mst22, sxt, cxt, scale2, mu, tanb, vev2, gs, scheme);

return self_energy_higgs_2loop_at_as_mssm_with_tadpoles_general(
Expand Down

0 comments on commit 5153efb

Please sign in to comment.