From 72ffa8a88e72c057a0c23705f89133b2eb08bf69 Mon Sep 17 00:00:00 2001 From: paboyle Date: Sun, 14 Jan 2018 23:51:38 +0000 Subject: [PATCH] Namespace --- lib/lattice/Lattice_where.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/lattice/Lattice_where.h b/lib/lattice/Lattice_where.h index 6686d1b3..a0c41d0d 100644 --- a/lib/lattice/Lattice_where.h +++ b/lib/lattice/Lattice_where.h @@ -1,4 +1,4 @@ - /************************************************************************************* +/************************************************************************************* Grid physics library, www.github.com/paboyle/Grid @@ -25,11 +25,13 @@ Author: Peter Boyle 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 */ #ifndef GRID_LATTICE_WHERE_H #define GRID_LATTICE_WHERE_H -namespace Grid { + +NAMESPACE_BEGIN(Grid); + // Must implement the predicate gating the // Must be able to reduce the predicate down to a single vInteger per site. // Must be able to require the type be iScalar x iScalar x .... @@ -82,5 +84,6 @@ inline Lattice whereWolf(const Lattice &predicate,Lattice &ift return ret; } -} + +NAMESPACE_END(Grid); #endif