mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 12:47:05 +01:00
Namespace
This commit is contained in:
@ -35,8 +35,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 Implementation>
|
template <class Implementation>
|
||||||
@ -113,8 +112,8 @@ class ILDGHmcCheckpointer : public BaseHmcCheckpointer<Implementation> {
|
|||||||
<< std::dec << std::endl;
|
<< std::dec << std::endl;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#endif // HAVE_LIME
|
#endif // HAVE_LIME
|
||||||
#endif // ILDG_CHECKPOINTER
|
#endif // ILDG_CHECKPOINTER
|
||||||
|
Reference in New Issue
Block a user