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:57:46 +00:00
parent d58b7cf9b9
commit 66f8a2f082

View File

@ -22,8 +22,7 @@
//
////////////////////////////////////////////////////////////////////////
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
template <int ncolour>
class SU_Adjoint : public SU<ncolour> {
@ -176,7 +175,7 @@ typedef SU_Adjoint<4> SU4Adjoint;
typedef SU_Adjoint<5> SU5Adjoint;
typedef SU_Adjoint<Nc> AdjointMatrices;
}
}
NAMESPACE_END(Grid);
#endif