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

sort Modules.hpp and modules.inc + add module JacobiSmear

This commit is contained in:
2019-05-20 17:25:19 +01:00
parent 6446671a9c
commit bbe48998a8
4 changed files with 131 additions and 16 deletions

View File

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