mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 13:15:55 +01:00
Namespace
This commit is contained in:
parent
2f38fe8d45
commit
fde2e07bf4
@ -42,13 +42,10 @@ directory
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <Grid/qcd/hmc/integrators/Integrator.h>
|
#include <Grid/qcd/hmc/integrators/Integrator.h>
|
||||||
#include <Grid/qcd/hmc/integrators/Integrator_algorithm.h>
|
#include <Grid/qcd/hmc/integrators/Integrator_algorithm.h>
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
struct HMCparameters: Serializable {
|
struct HMCparameters: Serializable {
|
||||||
GRID_SERIALIZABLE_CLASS_MEMBERS(HMCparameters,
|
GRID_SERIALIZABLE_CLASS_MEMBERS(HMCparameters,
|
||||||
@ -238,10 +235,7 @@ class HybridMonteCarlo {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
NAMESPACE_END(Grid);
|
||||||
} // QCD
|
|
||||||
} // Grid
|
|
||||||
|
|
||||||
|
|
||||||
// april 11 2017 merge, Guido, commenting out
|
// april 11 2017 merge, Guido, commenting out
|
||||||
//#include <Grid/parallelIO/NerscIO.h>
|
//#include <Grid/parallelIO/NerscIO.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user