mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Namespace
This commit is contained in:
parent
2c2da60cc2
commit
71ebd61327
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user