From 641a28aa1d869f09863b29d73a02bad7ed72addc Mon Sep 17 00:00:00 2001 From: paboyle Date: Sun, 14 Jan 2018 22:53:50 +0000 Subject: [PATCH] Namespace --- lib/qcd/action/gauge/Gauge.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/qcd/action/gauge/Gauge.h b/lib/qcd/action/gauge/Gauge.h index 6f94cf00..b3b34eba 100644 --- a/lib/qcd/action/gauge/Gauge.h +++ b/lib/qcd/action/gauge/Gauge.h @@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc., See the full license in the file "LICENSE" in the top level distribution directory *************************************************************************************/ -/* END LEGAL */ + /* END LEGAL */ #ifndef GRID_QCD_GAUGE_H #define GRID_QCD_GAUGE_H @@ -34,8 +34,7 @@ directory #include #include -namespace Grid { -namespace QCD { +NAMESPACE_BEGIN(Grid); typedef WilsonGaugeAction WilsonGaugeActionR; typedef WilsonGaugeAction WilsonGaugeActionF; @@ -64,7 +63,6 @@ typedef SymanzikGaugeAction ConjugateSymanzikGaugeAction typedef SymanzikGaugeAction ConjugateSymanzikGaugeActionF; typedef SymanzikGaugeAction ConjugateSymanzikGaugeActionD; -}} - +NAMESPACE_END(Grid); #endif