1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-11 03:46:55 +01:00

Namespace, format

This commit is contained in:
paboyle
2018-01-14 23:11:24 +00:00
parent 0e6727a33b
commit b460cd3ef1

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 ShamirZolotarevFermion : public MobiusZolotarevFermion<Impl> class ShamirZolotarevFermion : public MobiusZolotarevFermion<Impl>
@ -63,7 +61,6 @@ namespace Grid {
}; };
} NAMESPACE_END(Grid);
}
#endif #endif