mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
9 lines
299 B
C++
9 lines
299 B
C++
#include <Grid/Hadrons/Modules/MSolver/A2AVectors.hpp>
|
|
|
|
using namespace Grid;
|
|
using namespace Hadrons;
|
|
using namespace MSolver;
|
|
|
|
template class Grid::Hadrons::MSolver::TA2AVectors<FIMPL, FermionEigenPack<FIMPL>>;
|
|
template class Grid::Hadrons::MSolver::TA2AVectors<ZFIMPL, FermionEigenPack<ZFIMPL>>;
|