mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 22:20:45 +01:00
Namespace
This commit is contained in:
parent
c978c88521
commit
d29fa23ebc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user