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