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

Initial version

This commit is contained in:
2019-01-18 13:14:28 +00:00
parent ae3b053334
commit b821dde020
6 changed files with 335 additions and 0 deletions

View File

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