Browse Source

No longer perform checkjets for kbq_tpq and ktopanom / 161 / 164; let the user decide

master
Tobias Neumann 2 years ago
parent
commit
2bb4fe3d99
  1. 5
      src/Need/checkjets.f

5
src/Need/checkjets.f

@ -25,6 +25,11 @@ c--- returns logical:: 'failed'
failed=.false.
! 2024/03/28: Let the user decide instead of enforcing it here
if (kcase == kbq_tpq .or. kcase == ktopanom) then
return
endif
if (nproc == 1610 .or. nproc == 1650) then
! we no longer rely on this routine, since at
! NNLO in kbq_tpq and NLO in kbq_tpq_jet there

Loading…
Cancel
Save