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