mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 13:15:55 +01:00
Namespace
This commit is contained in:
parent
e42de105c5
commit
c36223055e
@ -33,8 +33,7 @@ directory
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
// Only for Gauge fields
|
// Only for Gauge fields
|
||||||
template <class Gimpl>
|
template <class Gimpl>
|
||||||
@ -75,6 +74,6 @@ class NerscHmcCheckpointer : public BaseHmcCheckpointer<Gimpl> {
|
|||||||
NerscIO::readConfiguration(U, header, config);
|
NerscIO::readConfiguration(U, header, config);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user