1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Namespace, format

This commit is contained in:
paboyle 2018-01-14 23:33:16 +00:00
parent bf629dddce
commit 7dfa3d0b50

View File

@ -85,8 +85,7 @@ Author: Peter Boyle <pabobyle@ph.ed.ac.uk>
// Cayley 5d
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
typedef WilsonFermion<WilsonImplR> WilsonFermionR;
typedef WilsonFermion<WilsonImplF> WilsonFermionF;
@ -286,7 +285,7 @@ typedef ImprovedStaggeredFermion5D<StaggeredVec5dImplF> ImprovedStaggeredFermion
typedef ImprovedStaggeredFermion5D<StaggeredVec5dImplD> ImprovedStaggeredFermionVec5dD;
}}
NAMESPACE_END(Grid);
////////////////////
// Scalar QED actions