Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jan 9, 2017
1 parent 2d08a50 commit 2523b23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta/FlexibleSUSY.m
Expand Up @@ -893,8 +893,7 @@ corresponding tadpole is real or imaginary (only in models with CP
EWSB eq. 4 corresponds to hh[3], the 1L tadpole[4] is real
*)
CreateHiggsToEWSBEqAssociation[] :=
Module[{association = {}, v, phi, sigma, higgs, numberOfVEVs, numberOfHiggses, vevs,
vev, dimVev},
Module[{vevs},
vevs = Cases[SARAH`DEFINITION[FlexibleSUSY`FSEigenstates][SARAH`VEVs],
{_,{v_,_},{s_,_},{p_,_},___} :> {v,s,p}];
If[Length[vevs] == 1,
Expand Down

0 comments on commit 2523b23

Please sign in to comment.