1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 14:27:06 +01:00

Format eamcs style after NAMESPCCE change

This commit is contained in:
paboyle
2018-01-14 23:34:08 +00:00
parent 7dfa3d0b50
commit 3ef7b2389e

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 DomainWallFermion : public CayleyFermion5D<Impl>
@ -77,7 +75,6 @@ namespace Grid {
};
}
}
NAMESPACE_END(Grid);
#endif