1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Changed PerambLight<FIMPL> to PerambLight<GIMPL>

This commit is contained in:
Michael Marshall 2019-01-31 12:37:00 +00:00
parent 0da411fe60
commit 48b6f7e6ad
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ using namespace Grid;
using namespace Hadrons;
using namespace MDistil;
template class Grid::Hadrons::MDistil::TPerambLight<FIMPL>;
template class Grid::Hadrons::MDistil::TPerambLight<GIMPL>;

View File

@ -81,7 +81,7 @@ protected:
virtual void Cleanup(void);
};
MODULE_REGISTER_TMP(PerambLight, TPerambLight<FIMPL>, MDistil);
MODULE_REGISTER_TMP(PerambLight, TPerambLight<GIMPL>, MDistil);
/******************************************************************************
* TPerambLight implementation *