mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
8 lines
173 B
C++
8 lines
173 B
C++
|
#include <Hadrons/Modules/MSource/Gauss.hpp>
|
||
|
|
||
|
using namespace Grid;
|
||
|
using namespace Hadrons;
|
||
|
using namespace MSource;
|
||
|
|
||
|
template class Grid::Hadrons::MSource::TGauss<FIMPL>;
|