1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

Namespace, indent

This commit is contained in:
paboyle 2018-01-14 23:20:08 +00:00
parent 440f9e2013
commit c5c1b53e54

View File

@ -31,9 +31,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
#include <Grid/qcd/action/fermion/FermionCore.h> #include <Grid/qcd/action/fermion/FermionCore.h>
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
template<class Impl> template<class Impl>
class OverlapWilsonCayleyTanhFermion : public MobiusFermion<Impl> class OverlapWilsonCayleyTanhFermion : public MobiusFermion<Impl>
@ -64,6 +62,6 @@ namespace Grid {
{ {
} }
}; };
}
} NAMESPACE_END(Grid);
#endif #endif