mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Namespace
This commit is contained in:
parent
54a8ea93ec
commit
93f09818da
@ -29,7 +29,7 @@ directory
|
||||
#ifndef HMC_OBSERVABLE_MODULES_H
|
||||
#define HMC_OBSERVABLE_MODULES_H
|
||||
|
||||
namespace Grid {
|
||||
NAMESPACE_BEGIN(Grid);
|
||||
|
||||
/////////////////////////////
|
||||
// Observables
|
||||
@ -70,8 +70,6 @@ class ObservableModule
|
||||
// Modules
|
||||
////////////////
|
||||
|
||||
namespace QCD{
|
||||
|
||||
//// Observables module
|
||||
class PlaquetteObsParameters : Serializable {
|
||||
public:
|
||||
@ -139,7 +137,6 @@ class HMC_ObservablesModuleFactory
|
||||
|
||||
extern char observable_string[];
|
||||
|
||||
}
|
||||
|
||||
NAMESPACE_END(Grid);
|
||||
|
||||
#endif //HMC_OBSERVABLE_MODULES_H
|
Loading…
Reference in New Issue
Block a user