1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-09 11:29:33 +00:00

added module to load perambulators from disk

This commit is contained in:
ferben
2019-03-22 13:50:47 +00:00
parent fbf286b0e3
commit 4fc045b563
4 changed files with 312 additions and 186 deletions

View File

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