1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 22:20:45 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:52:22 +00:00
parent 7828887604
commit c2b0e0269a

View File

@ -28,8 +28,8 @@
#ifndef QCD_PHOTON_ACTION_H
#define QCD_PHOTON_ACTION_H
namespace Grid{
namespace QCD{
NAMESPACE_BEGIN(Grid);
template <class S>
class QedGimpl
{
@ -282,5 +282,5 @@ namespace QCD{
// out = in*denom;
// };
}}
NAMESPACE_END(Grid);
#endif