mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
bugfix ZPerambulator
This commit is contained in:
parent
5d834486c9
commit
373cf61abb
@ -34,6 +34,7 @@ using namespace Hadrons;
|
|||||||
using namespace MDistil;
|
using namespace MDistil;
|
||||||
|
|
||||||
template class Grid::Hadrons::MDistil::TPerambulator<FIMPL>;
|
template class Grid::Hadrons::MDistil::TPerambulator<FIMPL>;
|
||||||
|
template class Grid::Hadrons::MDistil::TPerambulator<ZFIMPL>;
|
||||||
|
|
||||||
BEGIN_HADRONS_NAMESPACE
|
BEGIN_HADRONS_NAMESPACE
|
||||||
|
|
||||||
|
@ -74,6 +74,7 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
MODULE_REGISTER_TMP(Perambulator, TPerambulator<FIMPL>, MDistil);
|
MODULE_REGISTER_TMP(Perambulator, TPerambulator<FIMPL>, MDistil);
|
||||||
|
MODULE_REGISTER_TMP(ZPerambulator, TPerambulator<ZFIMPL>, MDistil);
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* TPerambulator implementation *
|
* TPerambulator implementation *
|
||||||
|
Loading…
Reference in New Issue
Block a user