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

Hadrons: cleaning cleaning...

This commit is contained in:
2018-08-09 00:38:17 +01:00
parent dcdd891d7d
commit d0244a059f
3 changed files with 22 additions and 13 deletions

View File

@ -60,7 +60,7 @@ class TA2AVectors : public Module<A2AVectorsPar>
public:
FERM_TYPE_ALIASES(FImpl,);
SOLVER_TYPE_ALIASES(FImpl,);
typedef A2AVectorsSchurDiagTwo<FImpl> A2A;
typedef HADRONS_DEFAULT_SCHUR_A2A<FImpl> A2A;
public:
// constructor
TA2AVectors(const std::string name);