mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Namespace, format
This commit is contained in:
parent
bf629dddce
commit
7dfa3d0b50
@ -85,8 +85,7 @@ Author: Peter Boyle <pabobyle@ph.ed.ac.uk>
|
|||||||
|
|
||||||
|
|
||||||
// Cayley 5d
|
// Cayley 5d
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
typedef WilsonFermion<WilsonImplR> WilsonFermionR;
|
typedef WilsonFermion<WilsonImplR> WilsonFermionR;
|
||||||
typedef WilsonFermion<WilsonImplF> WilsonFermionF;
|
typedef WilsonFermion<WilsonImplF> WilsonFermionF;
|
||||||
@ -286,7 +285,7 @@ typedef ImprovedStaggeredFermion5D<StaggeredVec5dImplF> ImprovedStaggeredFermion
|
|||||||
typedef ImprovedStaggeredFermion5D<StaggeredVec5dImplD> ImprovedStaggeredFermionVec5dD;
|
typedef ImprovedStaggeredFermion5D<StaggeredVec5dImplD> ImprovedStaggeredFermionVec5dD;
|
||||||
|
|
||||||
|
|
||||||
}}
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
////////////////////
|
////////////////////
|
||||||
// Scalar QED actions
|
// Scalar QED actions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user