mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-27 17:57:08 +01:00
Namespace
This commit is contained in:
@@ -32,8 +32,7 @@ directory
|
|||||||
#ifndef QCD_UTIL_SUN_H
|
#ifndef QCD_UTIL_SUN_H
|
||||||
#define QCD_UTIL_SUN_H
|
#define QCD_UTIL_SUN_H
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
template <int ncolour>
|
template <int ncolour>
|
||||||
class SU {
|
class SU {
|
||||||
@@ -793,6 +792,5 @@ typedef SU<5> SU5;
|
|||||||
|
|
||||||
typedef SU<Nc> FundamentalMatrices;
|
typedef SU<Nc> FundamentalMatrices;
|
||||||
|
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user