mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 19:36:56 +01:00
Namespace
This commit is contained in:
@ -30,7 +30,7 @@ directory
|
|||||||
#ifndef HMC_RUNNER_MODULE
|
#ifndef HMC_RUNNER_MODULE
|
||||||
#define HMC_RUNNER_MODULE
|
#define HMC_RUNNER_MODULE
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
// the reader class is necessary here for the automatic initialization of the resources
|
// the reader class is necessary here for the automatic initialization of the resources
|
||||||
// if we had a virtual reader would have been unecessary
|
// if we had a virtual reader would have been unecessary
|
||||||
@ -123,15 +123,8 @@ class HMCForceGradient: public HMCModule< QCD::GenericHMCRunnerTemplate<Implemen
|
|||||||
|
|
||||||
extern char hmc_string[];
|
extern char hmc_string[];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
Reference in New Issue
Block a user