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:
parent
0da411fe60
commit
48b6f7e6ad
@ -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>;
|
||||||
|
@ -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 *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user