mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 13:15:55 +01:00
Added ZFIMPL to A2AMeson contraction
This commit is contained in:
parent
04d86fe9f3
commit
94c7198001
@ -5,3 +5,4 @@ using namespace Hadrons;
|
|||||||
using namespace MContraction;
|
using namespace MContraction;
|
||||||
|
|
||||||
template class Grid::Hadrons::MContraction::TA2AMeson<FIMPL>;
|
template class Grid::Hadrons::MContraction::TA2AMeson<FIMPL>;
|
||||||
|
template class Grid::Hadrons::MContraction::TA2AMeson<ZFIMPL>;
|
@ -61,6 +61,7 @@ class TA2AMeson : public Module<A2AMesonPar>
|
|||||||
};
|
};
|
||||||
|
|
||||||
MODULE_REGISTER(A2AMeson, ARG(TA2AMeson<FIMPL>), MContraction);
|
MODULE_REGISTER(A2AMeson, ARG(TA2AMeson<FIMPL>), MContraction);
|
||||||
|
MODULE_REGISTER(ZA2AMeson, ARG(TA2AMeson<ZFIMPL>), MContraction);
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* TA2AMeson implementation *
|
* TA2AMeson implementation *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user