mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
Indent and Namespace changes
This commit is contained in:
parent
9f6cebe5ff
commit
1619e42d90
@ -32,8 +32,7 @@ See the full license in the file "LICENSE" in the top level distribution directo
|
|||||||
|
|
||||||
#include <Grid/qcd/action/fermion/AbstractEOFAFermion.h>
|
#include <Grid/qcd/action/fermion/AbstractEOFAFermion.h>
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
template<class Impl>
|
template<class Impl>
|
||||||
class DomainWallEOFAFermion : public AbstractEOFAFermion<Impl>
|
class DomainWallEOFAFermion : public AbstractEOFAFermion<Impl>
|
||||||
@ -97,7 +96,8 @@ namespace QCD {
|
|||||||
protected:
|
protected:
|
||||||
void SetCoefficientsInternal(RealD zolo_hi, std::vector<Coeff_t>& gamma, RealD b, RealD c);
|
void SetCoefficientsInternal(RealD zolo_hi, std::vector<Coeff_t>& gamma, RealD b, RealD c);
|
||||||
};
|
};
|
||||||
}}
|
|
||||||
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#define INSTANTIATE_DPERP_DWF_EOFA(A) \
|
#define INSTANTIATE_DPERP_DWF_EOFA(A) \
|
||||||
template void DomainWallEOFAFermion<A>::M5D(const FermionField& psi, const FermionField& phi, FermionField& chi, \
|
template void DomainWallEOFAFermion<A>::M5D(const FermionField& psi, const FermionField& phi, FermionField& chi, \
|
||||||
|
Loading…
Reference in New Issue
Block a user