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:31:39 +00:00
parent 2c2da60cc2
commit 71ebd61327

View File

@ -30,7 +30,7 @@ directory
#ifndef HMC_GRID_MODULES
#define HMC_GRID_MODULES
namespace Grid {
NAMESPACE_BEGIN(Grid);
// Resources
// Modules for grids
@ -172,6 +172,6 @@ public:
typedef GridFourDimModule<vComplex> GridDefaultFourDimModule;
} // namespace Grid
NAMESPACE_END(Grid);
#endif // HMC_GRID_MODULES