1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:16:33 +00:00
parent 049b4a4631
commit 361ce948c3

View File

@ -6,8 +6,7 @@
#ifndef ADJOINT_H #ifndef ADJOINT_H
#define ADJOINT_H #define ADJOINT_H
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
/* /*
* This is an helper class for the HMC * This is an helper class for the HMC
@ -109,7 +108,7 @@ class AdjointRep {
}; };
typedef AdjointRep<Nc> AdjointRepresentation; typedef AdjointRep<Nc> AdjointRepresentation;
}
} NAMESPACE_END(Grid);
#endif #endif