mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Namespace
This commit is contained in:
parent
59ba9ff3bb
commit
f4623fd551
@ -31,8 +31,8 @@ directory
|
|||||||
/* END LEGAL */
|
/* END LEGAL */
|
||||||
#ifndef QCD_UTILS_WILSON_LOOPS_H
|
#ifndef QCD_UTILS_WILSON_LOOPS_H
|
||||||
#define QCD_UTILS_WILSON_LOOPS_H
|
#define QCD_UTILS_WILSON_LOOPS_H
|
||||||
namespace Grid {
|
|
||||||
namespace QCD {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
// Common wilson loop observables
|
// Common wilson loop observables
|
||||||
template <class Gimpl> class WilsonLoops : public Gimpl {
|
template <class Gimpl> class WilsonLoops : public Gimpl {
|
||||||
@ -623,7 +623,7 @@ typedef WilsonLoops<PeriodicGimplR> ColourWilsonLoops;
|
|||||||
typedef WilsonLoops<PeriodicGimplR> U1WilsonLoops;
|
typedef WilsonLoops<PeriodicGimplR> U1WilsonLoops;
|
||||||
typedef WilsonLoops<PeriodicGimplR> SU2WilsonLoops;
|
typedef WilsonLoops<PeriodicGimplR> SU2WilsonLoops;
|
||||||
typedef WilsonLoops<PeriodicGimplR> SU3WilsonLoops;
|
typedef WilsonLoops<PeriodicGimplR> SU3WilsonLoops;
|
||||||
}
|
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user