Skip to content

Commit

Permalink
Correct name of VEV in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Dec 8, 2016
1 parent f2a9177 commit bf1a137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_VCMSSM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void setup_VCMSSM_const(flexiblesusy::VCMSSM<flexiblesusy::Two_scale>& m,
m.set_BMu((a0 + m0) * m.get_Mu());
m.set_vu(vu);
m.set_vd(vd);
m.set_vev(vev);
m.set_vMSSM(vev);
}

void setup_VCMSSM(flexiblesusy::VCMSSM<flexiblesusy::Two_scale>& m,
Expand Down

0 comments on commit bf1a137

Please sign in to comment.