1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 22:20:45 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:18:27 +00:00
parent e61189db3f
commit df29cc19ab

View File

@ -30,8 +30,7 @@ directory
#ifndef HMC_PLAQUETTE_H
#define HMC_PLAQUETTE_H
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
// this is only defined for a gauge theory
template <class Impl>
@ -62,7 +61,6 @@ class PlaquetteLogger : public HmcObservable<typename Impl::Field> {
}
};
} // namespace QCD
} // namespace Grid
NAMESPACE_END(Grid);
#endif // HMC_PLAQUETTE_H