1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-10 03:17:07 +01:00
This commit is contained in:
paboyle
2018-01-14 23:01:01 +00:00
parent 5ab9129db3
commit a97ad1a51d

View File

@ -31,8 +31,7 @@ directory
#ifndef GRID_QCD_DHOP_H
#define GRID_QCD_DHOP_H
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Helper routines that implement Wilson stencil for a single site.
@ -275,6 +274,6 @@ public:
};
}}
NAMESPACE_END(Grid);
#endif