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

Namespace, indent

This commit is contained in:
paboyle 2018-01-14 23:19:22 +00:00
parent c98657d588
commit 440f9e2013

View File

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