This commit is contained in:
paboyle
2018-01-14 23:01:01 +00:00
parent 5ab9129db3
commit a97ad1a51d
+2 -3
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