Skip to content

Commit

Permalink
unabstract amplitude_blend
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazier committed Oct 14, 2022
1 parent cae8ea4 commit 80ed32f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/amplitude_blend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ namespace jpacPhoto
_isSum = true; //kind of. Actually for cache purposes.
};

//assume low amp allowedJP,
// inline std::vector<std::array<int,2>> allowedJP()
// {
// //return _amp_low->allowedJP();
// return _amp_low->allowed_meson_JP();
// };
assume low amp allowedJP,
inline std::vector<std::array<int,2>> allowedJP()
{
return _amp_low->allowedJP();
// return _amp_low->allowed_meson_JP();
};

//take low amp allowed JP
// std::vector<std::array<int,2>> allowed_meson_JP() override{ return _amp_low->allowed_meson_JP();}
Expand Down

0 comments on commit 80ed32f

Please sign in to comment.