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

Namespace, format

This commit is contained in:
paboyle 2018-01-14 23:44:16 +00:00
parent f445257d28
commit 19234fb40e

View File

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