1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +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 #ifndef FERMIONOPERATOR_MODULES_H
#define FERMIONOPERATOR_MODULES_H #define FERMIONOPERATOR_MODULES_H
namespace Grid { NAMESPACE_BEGIN(Grid);
//////////////////////////////////// ////////////////////////////////////
// Fermion operators // Fermion operators
@ -117,7 +117,7 @@ class HMC_FermionOperatorModuleFactory
extern char fermionop_string[]; extern char fermionop_string[];
namespace QCD{
// Modules // Modules
class WilsonFermionParameters : Serializable { class WilsonFermionParameters : Serializable {
@ -235,9 +235,6 @@ class DomainWallEOFAFermionModule: public FermionOperatorModule<DomainWallEOFAFe
} }
}; };
NAMESPACE_END(Grid);
} // QCD
} // Grid
#endif //FERMIONOPERATOR_MODULES_H #endif //FERMIONOPERATOR_MODULES_H