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

added everythong to compute sequential aslash fields

This commit is contained in:
Felix Erben
2019-03-07 17:36:53 +00:00
parent 1538bf8c34
commit dde118fed9
4 changed files with 375 additions and 0 deletions

View File

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