Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Aug 13, 2016
1 parent 3192d7e commit b47f657
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_ThreeLoopQCD.m
Expand Up @@ -88,12 +88,6 @@
h^3 betam[[3]]
)/Q;

(* get 3L pole-mass contribution *)
M3L = 1 / GetMTopMSbarOverMTopPole[{1, h, h^2, h^3}];
M3L = Simplify[Normal[Series[M3L, {h, 0, 3}] /. gRules], ass] /.
FlexibleSUSY`M[Fu] -> m[Q];
M3L = Simplify[Coefficient[M3L, h^3], ass];

(* pole mass up to 3L order *)
M = Simplify[
m[Q] GetMTopPoleOverMTopMSbar[{1,h,h^2,h^3}] /. gRules
Expand Down

0 comments on commit b47f657

Please sign in to comment.