mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
9 lines
200 B
C++
9 lines
200 B
C++
#include <Grid/Hadrons/Modules/MContraction/Meson.hpp>
|
|
|
|
using namespace Grid;
|
|
using namespace Hadrons;
|
|
using namespace MContraction;
|
|
|
|
template class Grid::Hadrons::MContraction::TMeson<FIMPL,FIMPL>;
|
|
|