mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Namespace
This commit is contained in:
parent
049b4a4631
commit
361ce948c3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user