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