mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
8 lines
185 B
C++
8 lines
185 B
C++
|
#include <Hadrons/Modules/MSource/JacobiSmear.hpp>
|
||
|
|
||
|
using namespace Grid;
|
||
|
using namespace Hadrons;
|
||
|
using namespace MSource;
|
||
|
|
||
|
template class Grid::Hadrons::MSource::TJacobiSmear<FIMPL>;
|