mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 23:37:06 +01:00
Hadrons: module template update
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
#include <Grid/Hadrons/Modules/___NAMESPACE___/___FILEBASENAME___.hpp>
|
||||
|
||||
using namespace Grid;
|
||||
using namespace Hadrons;
|
||||
using namespace ___NAMESPACE___;
|
||||
|
||||
template class Grid::Hadrons::___NAMESPACE___::T___FILEBASENAME___<FIMPL>;
|
Reference in New Issue
Block a user