From 83158a6cae962440f997e4eff26028086ef10c99 Mon Sep 17 00:00:00 2001 From: Tobias Neumann Date: Thu, 28 Mar 2024 16:15:11 +0000 Subject: [PATCH] Use same plotting routine for 161 and 164 (nplotter_ktopanom_new.f90) --- src/Mods/mod_SetupPlots.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mods/mod_SetupPlots.f90 b/src/Mods/mod_SetupPlots.f90 index 3ffb1e2..19ddae8 100644 --- a/src/Mods/mod_SetupPlots.f90 +++ b/src/Mods/mod_SetupPlots.f90 @@ -84,8 +84,8 @@ module MCFMSetupPlots pbook => book_Z ptbook => bookTable_Z elseif (kcase == kbq_tpq .or. kcase == kbq_tpq_jet) then - call setup_singletop() - pbook => book_singletop + call setup_ktopanom() + pbook => book_ktopanom elseif ((kcase == kggfus0) .or. (kcase == kggfus1)) then call setup_Higgs() pbook => book_Higgs