1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +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 #ifndef HMC_PLAQUETTE_H
#define HMC_PLAQUETTE_H #define HMC_PLAQUETTE_H
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
// this is only defined for a gauge theory // this is only defined for a gauge theory
template <class Impl> template <class Impl>
@ -62,7 +61,6 @@ class PlaquetteLogger : public HmcObservable<typename Impl::Field> {
} }
}; };
} // namespace QCD NAMESPACE_END(Grid);
} // namespace Grid
#endif // HMC_PLAQUETTE_H #endif // HMC_PLAQUETTE_H