1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +01:00

Namespace, indent

This commit is contained in:
paboyle 2018-01-14 23:16:08 +00:00
parent 8da49c5a34
commit 3ba8eb1500

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 OverlapWilsonPartialFractionZolotarevFermion : public PartialFractionFermion5D<Impl> class OverlapWilsonPartialFractionZolotarevFermion : public PartialFractionFermion5D<Impl>
@ -69,6 +67,7 @@ namespace Grid {
} }
}; };
}
} NAMESPACE_END(Grid);
#endif #endif