1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-11 03:46:55 +01:00

Namespace

This commit is contained in:
paboyle
2018-01-14 22:25:29 +00:00
parent 3bf8fddbb5
commit b08dae0809

View File

@ -39,8 +39,7 @@ directory
#ifndef INTEGRATOR_ALG_INCLUDED
#define INTEGRATOR_ALG_INCLUDED
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
/* PAB:
*
@ -286,10 +285,6 @@ class ForceGradient : public Integrator<FieldImplementation, SmearingPolicy,
}
};
}
}
NAMESPACE_END(Grid);
#endif // INTEGRATOR_INCLUDED