mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-14 09:45:36 +00:00
Namespace
This commit is contained in:
parent
7631ed9c56
commit
2c2da60cc2
@ -29,8 +29,7 @@ directory
|
|||||||
#ifndef BASE_CHECKPOINTER
|
#ifndef BASE_CHECKPOINTER
|
||||||
#define BASE_CHECKPOINTER
|
#define BASE_CHECKPOINTER
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
class CheckpointerParameters : Serializable {
|
class CheckpointerParameters : Serializable {
|
||||||
public:
|
public:
|
||||||
@ -84,6 +83,7 @@ class BaseHmcCheckpointer : public HmcObservable<typename Impl::Field> {
|
|||||||
|
|
||||||
}; // class BaseHmcCheckpointer
|
}; // class BaseHmcCheckpointer
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
}
|
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user