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

Hadrons: scaled DWF action

This commit is contained in:
2018-06-26 14:59:33 +01:00
parent 049cc518f4
commit d2c42e6f42
4 changed files with 118 additions and 0 deletions

View File

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