1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-10 03:17:07 +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
#define ADJOINT_H
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
/*
* This is an helper class for the HMC
@ -109,7 +108,7 @@ class AdjointRep {
};
typedef AdjointRep<Nc> AdjointRepresentation;
}
}
NAMESPACE_END(Grid);
#endif