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

Namespace, indent

This commit is contained in:
paboyle 2018-01-14 23:42:47 +00:00
parent 72acb0e48f
commit bdc2a987aa

View File

@ -33,10 +33,8 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#include <Grid/qcd/action/fermion/CayleyFermion5D.h> #include <Grid/qcd/action/fermion/CayleyFermion5D.h>
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
// FIXME -- make a version of these routines with site loop outermost for cache reuse.
// Pminus fowards // Pminus fowards
// Pplus backwards // Pplus backwards
template<class Impl> template<class Impl>
@ -160,5 +158,4 @@ void CayleyFermion5D<Impl>::MooeeInvDag (const FermionField &psi, FermionField &
INSTANTIATE_DPERP(ZWilsonImplDF); INSTANTIATE_DPERP(ZWilsonImplDF);
#endif #endif
} NAMESPACE_END(Grid);
}