1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01: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 Hadrons;
using namespace MDistil; 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); virtual void Cleanup(void);
}; };
MODULE_REGISTER_TMP(PerambLight, TPerambLight<FIMPL>, MDistil); MODULE_REGISTER_TMP(PerambLight, TPerambLight<GIMPL>, MDistil);
/****************************************************************************** /******************************************************************************
* TPerambLight implementation * * TPerambLight implementation *