1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Namespace

This commit is contained in:
paboyle
2018-01-14 22:08:25 +00:00
parent 1f49f781bf
commit f4c06ed8c0

View File

@ -30,8 +30,7 @@ directory
#ifndef WILSONFLOW_H #ifndef WILSONFLOW_H
#define WILSONFLOW_H #define WILSONFLOW_H
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
template <class Gimpl> template <class Gimpl>
class WilsonFlow: public Smear<Gimpl>{ class WilsonFlow: public Smear<Gimpl>{
@ -207,7 +206,6 @@ void WilsonFlow<Gimpl>::smear_adaptive(GaugeField& out, const GaugeField& in, Re
} }
} // namespace QCD NAMESPACE_END(Grid);
} // namespace Grid
#endif // WILSONFLOW_H #endif // WILSONFLOW_H