1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:35:24 +00:00
parent 813af84ae8
commit 2f38fe8d45

View File

@ -30,11 +30,9 @@ directory
#ifndef GRID_HMC_MODULES #ifndef GRID_HMC_MODULES
#define GRID_HMC_MODULES #define GRID_HMC_MODULES
#include "HMC_GridModules.h" #include "HMC_GridModules.h"
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
struct RNGModuleParameters: Serializable { struct RNGModuleParameters: Serializable {
@ -103,9 +101,6 @@ class StoutSmearingModule: public SmearingModule<ImplementationPolicy>{
*/ */
NAMESPACE_END(Grid);
} // namespace QCD
} // namespace Grid
#endif // GRID_HMC_MODULES #endif // GRID_HMC_MODULES