1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 22:20:45 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:23:49 +00:00
parent c978c88521
commit d29fa23ebc

View File

@ -29,7 +29,7 @@ directory
#ifndef FERMIONOPERATOR_MODULES_H
#define FERMIONOPERATOR_MODULES_H
namespace Grid {
NAMESPACE_BEGIN(Grid);
////////////////////////////////////
// Fermion operators
@ -117,7 +117,7 @@ class HMC_FermionOperatorModuleFactory
extern char fermionop_string[];
namespace QCD{
// Modules
class WilsonFermionParameters : Serializable {
@ -235,9 +235,6 @@ class DomainWallEOFAFermionModule: public FermionOperatorModule<DomainWallEOFAFe
}
};
} // QCD
} // Grid
NAMESPACE_END(Grid);
#endif //FERMIONOPERATOR_MODULES_H