Namespace

This commit is contained in:
paboyle
2018-01-14 21:57:46 +00:00
parent d58b7cf9b9
commit 66f8a2f082
+3 -4
View File
@@ -22,8 +22,7 @@
// //
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
template <int ncolour> template <int ncolour>
class SU_Adjoint : public SU<ncolour> { class SU_Adjoint : public SU<ncolour> {
@@ -176,7 +175,7 @@ typedef SU_Adjoint<4> SU4Adjoint;
typedef SU_Adjoint<5> SU5Adjoint; typedef SU_Adjoint<5> SU5Adjoint;
typedef SU_Adjoint<Nc> AdjointMatrices; typedef SU_Adjoint<Nc> AdjointMatrices;
}
} NAMESPACE_END(Grid);
#endif #endif