1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-25 21:25:56 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:13:46 +00:00
parent 34a788331f
commit 81dcd0e6ea

View File

@ -6,8 +6,7 @@
#ifndef SUN2INDEX_H_H #ifndef SUN2INDEX_H_H
#define SUN2INDEX_H_H #define SUN2INDEX_H_H
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
/* /*
* This is an helper class for the HMC * This is an helper class for the HMC
@ -94,6 +93,7 @@ class TwoIndexRep {
typedef TwoIndexRep<Nc, Symmetric> TwoIndexSymmetricRepresentation; typedef TwoIndexRep<Nc, Symmetric> TwoIndexSymmetricRepresentation;
typedef TwoIndexRep<Nc, AntiSymmetric> TwoIndexAntiSymmetricRepresentation; typedef TwoIndexRep<Nc, AntiSymmetric> TwoIndexAntiSymmetricRepresentation;
}
} NAMESPACE_END(Grid);
#endif #endif