From ddfaae8ea6abbfea93c78ce88ce7cbc14c6b8ba5 Mon Sep 17 00:00:00 2001 From: paboyle Date: Sun, 14 Jan 2018 23:27:49 +0000 Subject: [PATCH] Namespace --- lib/qcd/action/fermion/ImprovedStaggeredFermion5D.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/qcd/action/fermion/ImprovedStaggeredFermion5D.cc b/lib/qcd/action/fermion/ImprovedStaggeredFermion5D.cc index 7308ff30..7fa65d7e 100644 --- a/lib/qcd/action/fermion/ImprovedStaggeredFermion5D.cc +++ b/lib/qcd/action/fermion/ImprovedStaggeredFermion5D.cc @@ -30,8 +30,7 @@ Author: Peter Boyle #include #include -namespace Grid { -namespace QCD { +NAMESPACE_BEGIN(Grid); // S-direction is INNERMOST and takes no part in the parity. const std::vector @@ -433,7 +432,7 @@ void ImprovedStaggeredFermion5D::SeqConservedCurrent(PropagatorField &q_in FermOpStaggeredTemplateInstantiate(ImprovedStaggeredFermion5D); FermOpStaggeredVec5dTemplateInstantiate(ImprovedStaggeredFermion5D); -}} +NAMESPACE_END(Grid);