mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 06:00:45 +01:00
9 lines
177 B
C++
9 lines
177 B
C++
#include <Hadrons/Modules/MNPR/Amputate.hpp>
|
|
|
|
using namespace Grid;
|
|
using namespace Hadrons;
|
|
using namespace MNPR;
|
|
|
|
template class Grid::Hadrons::MNPR::TAmputate<FIMPL,FIMPL>;
|
|
|