diff --git a/lib/qcd/action/fermion/CayleyFermion5Ddense.cc b/lib/qcd/action/fermion/CayleyFermion5Ddense.cc index 4014675a..a489cf09 100644 --- a/lib/qcd/action/fermion/CayleyFermion5Ddense.cc +++ b/lib/qcd/action/fermion/CayleyFermion5Ddense.cc @@ -1,4 +1,4 @@ - /************************************************************************************* +/************************************************************************************* Grid physics library, www.github.com/paboyle/Grid @@ -26,19 +26,19 @@ Author: paboyle 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. See the full license in the file "LICENSE" in the top level distribution directory - *************************************************************************************/ - /* END LEGAL */ +*************************************************************************************/ +/* END LEGAL */ #include #include #include -namespace Grid { -namespace QCD { - /* - * Dense matrix versions of routines - */ +NAMESPACE_BEGIN(Grid); + +/* + * Dense matrix versions of routines + */ template void CayleyFermion5D::MooeeInvDag (const FermionField &psi, FermionField &chi) { @@ -153,4 +153,4 @@ template void CayleyFermion5D::MooeeInternal(const FermionField & template void CayleyFermion5D::MooeeInternal(const FermionField &psi, FermionField &chi,int dag, int inv); #endif -}} +NAMESPACE_END(Grid);