From 57454194b39c9f440957d9f3c94dab746d89a3ac Mon Sep 17 00:00:00 2001 From: Tobias Neumann Date: Thu, 28 Mar 2024 16:00:33 +0000 Subject: [PATCH] Fix for top width calculation when gamw = 0 --- src/Singletop_SCET/nnlotopdecay.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Singletop_SCET/nnlotopdecay.f b/src/Singletop_SCET/nnlotopdecay.f index 6995a98..620563e 100644 --- a/src/Singletop_SCET/nnlotopdecay.f +++ b/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