1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-25 13:15:55 +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 #ifndef GRID_QCD_DHOP_H
#define GRID_QCD_DHOP_H #define GRID_QCD_DHOP_H
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Helper routines that implement Wilson stencil for a single site. // Helper routines that implement Wilson stencil for a single site.
@ -275,6 +274,6 @@ public:
}; };
}} NAMESPACE_END(Grid);
#endif #endif