1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-10 19:36:56 +01:00

Namespace

This commit is contained in:
paboyle
2018-01-14 22:32:29 +00:00
parent 71ebd61327
commit 12a7216dfe

View File

@ -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