mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-23 06:04:29 +00:00
9 lines
277 B
C++
9 lines
277 B
C++
#include <Grid/Hadrons/Modules/MContraction/A2AMesonField.hpp>
|
|
|
|
using namespace Grid;
|
|
using namespace Hadrons;
|
|
using namespace MContraction;
|
|
|
|
template class Grid::Hadrons::MContraction::TA2AMesonField<FIMPL>;
|
|
template class Grid::Hadrons::MContraction::TA2AMesonField<ZFIMPL>;
|