From 80ed32fb391b92522772bc0adabb4eee49dac24a Mon Sep 17 00:00:00 2001 From: dglazier Date: Fri, 14 Oct 2022 09:37:33 +0100 Subject: [PATCH] unabstract amplitude_blend --- core/amplitude_blend.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/amplitude_blend.hpp b/core/amplitude_blend.hpp index 6a793f0..863a46b 100644 --- a/core/amplitude_blend.hpp +++ b/core/amplitude_blend.hpp @@ -40,12 +40,12 @@ namespace jpacPhoto _isSum = true; //kind of. Actually for cache purposes. }; - //assume low amp allowedJP, - // inline std::vector> allowedJP() - // { - // //return _amp_low->allowedJP(); - // return _amp_low->allowed_meson_JP(); - // }; + assume low amp allowedJP, + inline std::vector> allowedJP() + { + return _amp_low->allowedJP(); + // return _amp_low->allowed_meson_JP(); + }; //take low amp allowed JP // std::vector> allowed_meson_JP() override{ return _amp_low->allowed_meson_JP();}