Skip to content

Commit

Permalink
remove unused flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Feb 20, 2017
1 parent 4e58bc3 commit 8bf8b21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions model_files/HGTHDMIIMSSMBCApprox/FlexibleSUSY.m.in
Expand Up @@ -58,8 +58,7 @@ translate = {
};

(* flags to disable Higgsino + gaugino contributions *)
hgthmdFlags = Join[{flagIno -> 0, flagInoZdd -> 0, flagInoZud -> 0, flagInoZuu -> 0},
GetTHDMThresholds1LFlags[]];
hgthmdFlags = Join[{flagIno -> 0}, GetTHDMThresholds1LFlags[]];

deltaLambda0L = GetTHDMThresholds1L[loopOrder -> {1,0}, flags -> hgthmdFlags] //. translate;
deltaLambda1L = GetTHDMThresholds1L[loopOrder -> {0,1}, flags -> hgthmdFlags] //. translate;
Expand Down
3 changes: 1 addition & 2 deletions model_files/HGTHDMIIMSSMBCFull/FlexibleSUSY.m.in
Expand Up @@ -74,8 +74,7 @@ transposeYuks = {
};

(* flags to disable Higgsino + gaugino contributions *)
hgthmdFlags = Join[{flagIno -> 0, flagInoZdd -> 0, flagInoZud -> 0, flagInoZuu -> 0},
GetTHDMThresholds1LFlags[]];
hgthmdFlags = Join[{flagIno -> 0}, GetTHDMThresholds1LFlags[]];

deltaLambda0L = GetTHDMThresholds1L[loopOrder -> {1,0}, flags -> hgthmdFlags] //. translate /. transposeYuks;
deltaLambda1L = GetTHDMThresholds1L[loopOrder -> {0,1}, flags -> hgthmdFlags] //. translate /. transposeYuks;
Expand Down
3 changes: 1 addition & 2 deletions test/test_HGTHDM_threshold_corrections_scale_invariance.m
Expand Up @@ -82,8 +82,7 @@
Expand[(betaLambdaTHDM - betaLambdaMSSM + betaLambdaGaugeDiff) /. treeRules //. expandTraces];

(* disable Higgsino and gaugino contributions *)
hgthmdFlags = Join[{flagIno -> 0, flagInoZdd -> 0, flagInoZud -> 0, flagInoZuu -> 0},
GetTHDMThresholds1LFlags[]];
hgthmdFlags = Join[{flagIno -> 0}, GetTHDMThresholds1LFlags[]];

(* convert to SARAH convention *)
lamSARAH = GetTHDMThresholds1L[flags -> hgthmdFlags];
Expand Down

0 comments on commit 8bf8b21

Please sign in to comment.