1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +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 #ifndef QCD_PHOTON_ACTION_H
#define QCD_PHOTON_ACTION_H #define QCD_PHOTON_ACTION_H
namespace Grid{ NAMESPACE_BEGIN(Grid);
namespace QCD{
template <class S> template <class S>
class QedGimpl class QedGimpl
{ {
@ -282,5 +282,5 @@ namespace QCD{
// out = in*denom; // out = in*denom;
// }; // };
}} NAMESPACE_END(Grid);
#endif #endif