1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:15:55 +00:00
parent 9f2f294a27
commit 049b4a4631

View File

@ -6,9 +6,7 @@
#ifndef FUNDAMENTAL_H
#define FUNDAMENTAL_H
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
/*
* This is an helper class for the HMC
@ -48,11 +46,6 @@ class FundamentalRep {
typedef FundamentalRep<Nc> FundamentalRepresentation;
}
}
NAMESPACE_END(Grid);
#endif