1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-05 19:55:56 +01:00

Added ZFIMPL to A2AMeson contraction

This commit is contained in:
fionnoh 2018-07-20 23:08:22 +01:00
parent 04d86fe9f3
commit 94c7198001
2 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,5 @@ using namespace Grid;
using namespace Hadrons;
using namespace MContraction;
template class Grid::Hadrons::MContraction::TA2AMeson<FIMPL>;
template class Grid::Hadrons::MContraction::TA2AMeson<FIMPL>;
template class Grid::Hadrons::MContraction::TA2AMeson<ZFIMPL>;

View File

@ -61,6 +61,7 @@ class TA2AMeson : public Module<A2AMesonPar>
};
MODULE_REGISTER(A2AMeson, ARG(TA2AMeson<FIMPL>), MContraction);
MODULE_REGISTER(ZA2AMeson, ARG(TA2AMeson<ZFIMPL>), MContraction);
/******************************************************************************
* TA2AMeson implementation *