1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Fixed remaining fermion type aliases after merge.

This commit is contained in:
Lanny91 2017-06-07 16:26:22 +01:00
parent b35fc4e7f9
commit b8e45ae490
4 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ template <typename FImpl>
class TWardIdentity: public Module<WardIdentityPar> class TWardIdentity: public Module<WardIdentityPar>
{ {
public: public:
TYPE_ALIASES(FImpl,); FERM_TYPE_ALIASES(FImpl,);
public: public:
// constructor // constructor
TWardIdentity(const std::string name); TWardIdentity(const std::string name);

View File

@ -74,7 +74,7 @@ template <typename FImpl>
class TSeqConserved: public Module<SeqConservedPar> class TSeqConserved: public Module<SeqConservedPar>
{ {
public: public:
TYPE_ALIASES(FImpl,); FERM_TYPE_ALIASES(FImpl,);
public: public:
// constructor // constructor
TSeqConserved(const std::string name); TSeqConserved(const std::string name);

View File

@ -71,7 +71,7 @@ template <typename FImpl>
class TTestSeqConserved: public Module<TestSeqConservedPar> class TTestSeqConserved: public Module<TestSeqConservedPar>
{ {
public: public:
TYPE_ALIASES(FImpl,); FERM_TYPE_ALIASES(FImpl,);
public: public:
// constructor // constructor
TTestSeqConserved(const std::string name); TTestSeqConserved(const std::string name);

View File

@ -27,7 +27,7 @@ template <typename FImpl>
class TTestSeqGamma: public Module<TestSeqGammaPar> class TTestSeqGamma: public Module<TestSeqGammaPar>
{ {
public: public:
TYPE_ALIASES(FImpl,); FERM_TYPE_ALIASES(FImpl,);
public: public:
// constructor // constructor
TTestSeqGamma(const std::string name); TTestSeqGamma(const std::string name);