Namespace

This commit is contained in:
paboyle
2018-01-14 22:26:55 +00:00
parent e42de105c5
commit c36223055e
@@ -33,8 +33,7 @@ directory
#include <sstream>
#include <string>
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
// Only for Gauge fields
template <class Gimpl>
@@ -75,6 +74,6 @@ class NerscHmcCheckpointer : public BaseHmcCheckpointer<Gimpl> {
NerscIO::readConfiguration(U, header, config);
};
};
}
}
NAMESPACE_END(Grid);
#endif