1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 15:27:06 +01:00

First cut (non functional NPR code) developed by Julia Kettle

This commit is contained in:
Peter Boyle
2018-10-12 10:59:33 +01:00
parent 49f25e08e8
commit 03c3d495a2
10 changed files with 1023 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#include <Hadrons/Modules/MSource/Momentum.hpp>
using namespace Grid;
using namespace Hadrons;
using namespace MSource;
template class Grid::Hadrons::MSource::TMomSource<FIMPL>;