Skip to content

Commit

Permalink
remove unused thread joining
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Aug 17, 2016
1 parent 53fe628 commit 06cf30d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions meta/FlexibleEFTHiggsMatching.m
Expand Up @@ -13,8 +13,7 @@
If[enablePoleMassThreads =!= True,
result = StringJoin[LoopMasses`CallPoleMassFunction[#,"model."]& /@ particles];
,
result = StringJoin[LoopMasses`CallThreadedPoleMassFunction[#,"&model"]& /@ particles] <> "\n" <>
StringJoin[LoopMasses`JoinLoopMassFunctionThread /@ particles];
result = StringJoin[LoopMasses`CallThreadedPoleMassFunction[#,"&model"]& /@ particles];
];
result
];
Expand Down
1 change: 0 additions & 1 deletion meta/LoopMasses.m
Expand Up @@ -12,7 +12,6 @@
CallCalculateDRbarMass::usage="";
CallPoleMassFunction::usage="";
CallThreadedPoleMassFunction::usage="";
JoinLoopMassFunctionThread::usage="";
CreateLoopMassFunctionName::usage="";

GetLoopCorrectedParticles::usage="Returns list of all particles that
Expand Down

0 comments on commit 06cf30d

Please sign in to comment.