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:08:25 +00:00
parent 1f49f781bf
commit f4c06ed8c0

View File

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