mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 03:17:07 +01:00
Namespace
This commit is contained in:
@ -33,8 +33,7 @@ directory
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
namespace Grid {
|
||||
namespace QCD {
|
||||
NAMESPACE_BEGIN(Grid);
|
||||
|
||||
// Simple checkpointer, only binary file
|
||||
template <class Impl>
|
||||
@ -108,6 +107,6 @@ class BinaryHmcCheckpointer : public BaseHmcCheckpointer<Impl> {
|
||||
<< std::dec << std::endl;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
NAMESPACE_END(Grid);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user