1
0
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:
Antonin Portelli 2018-06-22 15:53:22 +02:00
parent 91405de3f7
commit c84eeedec3
2 changed files with 3 additions and 1 deletions

View File

@ -32,4 +32,4 @@ using namespace Hadrons;
using namespace MFermion;
template class Grid::Hadrons::MFermion::TGaugeProp<FIMPL>;
template class Grid::Hadrons::MFermion::TGaugeProp<ZFIMPL>;

View File

@ -98,6 +98,8 @@ private:
};
MODULE_REGISTER_TMP(GaugeProp, TGaugeProp<FIMPL>, MFermion);
MODULE_REGISTER_TMP(ZGaugeProp, TGaugeProp<ZFIMPL>, MFermion);
/******************************************************************************
* TGaugeProp implementation *
******************************************************************************/