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

added testing module for multiple perambulators

This commit is contained in:
ferben
2019-03-11 18:05:39 +00:00
parent 5fb2ee89bb
commit c2a3231cdf
4 changed files with 556 additions and 201 deletions

View File

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