mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 23:37:06 +01:00
GLobal edit for QCD namespace removal & NAMESPACE macros
This commit is contained in:
@ -39,10 +39,10 @@ See the full license in the file "LICENSE" in the top level distribution directo
|
||||
|
||||
NAMESPACE_BEGIN(Grid);
|
||||
|
||||
// Dirac algebra adjoint operator (not in QCD:: to overload other adj)
|
||||
inline QCD::Gamma adj(const QCD::Gamma &g)
|
||||
// Dirac algebra adjoint operator (not in to overload other adj)
|
||||
inline Gamma adj(const Gamma &g)
|
||||
{
|
||||
return QCD::Gamma (QCD::Gamma::adj[g.g]);
|
||||
return Gamma (Gamma::adj[g.g]);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user