1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

added new module for noises

This commit is contained in:
ferben
2019-03-25 14:13:03 +00:00
parent 4e87cbd400
commit b3b9e608e1
4 changed files with 141 additions and 0 deletions

View File

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