mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Merge pull request #272 from mmphys/feature/ZPeramb
bugfix ZPerambulator
This commit is contained in:
commit
35e8e31749
@ -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,7 +74,7 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
MODULE_REGISTER_TMP(Perambulator, TPerambulator<FIMPL>, MDistil);
|
MODULE_REGISTER_TMP(Perambulator, TPerambulator<FIMPL>, MDistil);
|
||||||
MODULE_REGISTER_TMP(Perambulator, TPerambulator<ZFIMPL>, MDistil);
|
MODULE_REGISTER_TMP(ZPerambulator, TPerambulator<ZFIMPL>, MDistil);
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* TPerambulator implementation *
|
* TPerambulator implementation *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user