diff --git a/Grid/parallelIO/NerscIO.h b/Grid/parallelIO/NerscIO.h index 499295c3..d3b62d1f 100644 --- a/Grid/parallelIO/NerscIO.h +++ b/Grid/parallelIO/NerscIO.h @@ -354,6 +354,6 @@ public: } }; -NAMESPACE_END(QCD); +NAMESPACE_END(Grid); #endif diff --git a/Grid/qcd/hmc/HMC_GridModules.h b/Grid/qcd/hmc/HMC_GridModules.h index 0c834cf2..45b361b0 100644 --- a/Grid/qcd/hmc/HMC_GridModules.h +++ b/Grid/qcd/hmc/HMC_GridModules.h @@ -97,7 +97,6 @@ protected: //////////////////////////////////// // Classes for the user //////////////////////////////////// -// Note: the space time grid should be out of the QCD namespace template class GridFourDimModule : public GridModule { diff --git a/Grid/qcd/utils/CovariantSmearing.h b/Grid/qcd/utils/CovariantSmearing.h index 7feddea9..9ad7cd50 100644 --- a/Grid/qcd/utils/CovariantSmearing.h +++ b/Grid/qcd/utils/CovariantSmearing.h @@ -27,8 +27,7 @@ directory *************************************************************************************/ #pragma once -namespace Grid { -namespace QCD { +NAMESPACE_BEGIN(Grid); template class CovariantSmearing : public Gimpl { @@ -84,4 +83,5 @@ public: } } }; -}} + +NAMESPACE_END(Grid); diff --git a/Grid/qcd/utils/LinalgUtils.h b/Grid/qcd/utils/LinalgUtils.h index 5974f4ed..56f8f164 100644 --- a/Grid/qcd/utils/LinalgUtils.h +++ b/Grid/qcd/utils/LinalgUtils.h @@ -201,7 +201,6 @@ void G5R5(Lattice &z,const Lattice &x) }); } -// I explicitly need these outside the QCD namespace template void G5C(Lattice &z, const Lattice &x) { diff --git a/Hadrons/Utilities/HadronsXmlValidate.cc b/Hadrons/Utilities/HadronsXmlValidate.cc index 73cf3139..fa2bfe3a 100644 --- a/Hadrons/Utilities/HadronsXmlValidate.cc +++ b/Hadrons/Utilities/HadronsXmlValidate.cc @@ -29,7 +29,6 @@ See the full license in the file "LICENSE" in the top level distribution directo #include using namespace Grid; -using namespace QCD; using namespace Hadrons; int main(int argc, char *argv[])