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

Namespace

This commit is contained in:
paboyle 2018-01-14 21:58:47 +00:00
parent 66f8a2f082
commit b331ecea78

View File

@ -32,8 +32,7 @@ directory
#ifndef QCD_UTIL_SUN_H
#define QCD_UTIL_SUN_H
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
template <int ncolour>
class SU {
@ -793,6 +792,5 @@ typedef SU<5> SU5;
typedef SU<Nc> FundamentalMatrices;
}
}
NAMESPACE_END(Grid);
#endif