mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-05 19:55:56 +01:00
Hadrons: GaugeProp module for z-Wilson actions
This commit is contained in:
parent
91405de3f7
commit
c84eeedec3
@ -32,4 +32,4 @@ using namespace Hadrons;
|
||||
using namespace MFermion;
|
||||
|
||||
template class Grid::Hadrons::MFermion::TGaugeProp<FIMPL>;
|
||||
|
||||
template class Grid::Hadrons::MFermion::TGaugeProp<ZFIMPL>;
|
||||
|
@ -98,6 +98,8 @@ private:
|
||||
};
|
||||
|
||||
MODULE_REGISTER_TMP(GaugeProp, TGaugeProp<FIMPL>, MFermion);
|
||||
MODULE_REGISTER_TMP(ZGaugeProp, TGaugeProp<ZFIMPL>, MFermion);
|
||||
|
||||
/******************************************************************************
|
||||
* TGaugeProp implementation *
|
||||
******************************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user