Browse Source

Fix for top width calculation when gamw = 0

master
Tobias Neumann 2 years ago
parent
commit
57454194b3
  1. 2
      src/Singletop_SCET/nnlotopdecay.f

2
src/Singletop_SCET/nnlotopdecay.f

@ -53,7 +53,7 @@ c***********************************************************************
be=mb/mt
besq=be**2
if (zerowidth) then
if (zerowidth .or. (gamw == 0._dp)) then
omsq=om**2
lotopdecaywidth=Gamma0(mt,besq,omsq)
else

Loading…
Cancel
Save