mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-01 04:07:07 +01:00
Namespace
This commit is contained in:
@@ -30,7 +30,7 @@ directory
|
|||||||
#ifndef HMC_GRID_MODULES
|
#ifndef HMC_GRID_MODULES
|
||||||
#define HMC_GRID_MODULES
|
#define HMC_GRID_MODULES
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
// Resources
|
// Resources
|
||||||
// Modules for grids
|
// Modules for grids
|
||||||
@@ -172,6 +172,6 @@ public:
|
|||||||
typedef GridFourDimModule<vComplex> GridDefaultFourDimModule;
|
typedef GridFourDimModule<vComplex> GridDefaultFourDimModule;
|
||||||
|
|
||||||
|
|
||||||
} // namespace Grid
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#endif // HMC_GRID_MODULES
|
#endif // HMC_GRID_MODULES
|
||||||
|
Reference in New Issue
Block a user