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

added selfcontract module

This commit is contained in:
Felix Erben
2019-08-05 17:46:42 +01:00
parent b875edceab
commit 51bed48cd2
3 changed files with 156 additions and 2 deletions

View File

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