From be5d70ae6eb923930c60fa609a6ed2840c71e3eb Mon Sep 17 00:00:00 2001 From: paboyle Date: Sat, 13 Jan 2018 00:02:10 +0000 Subject: [PATCH] C++ happy --- lib/parallelIO/IldgIOtypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/parallelIO/IldgIOtypes.h b/lib/parallelIO/IldgIOtypes.h index 5b397e14..aa909002 100644 --- a/lib/parallelIO/IldgIOtypes.h +++ b/lib/parallelIO/IldgIOtypes.h @@ -32,7 +32,7 @@ extern "C" { // for linkage #include "lime.h" } -namespace Grid { +NAMESPACE_BEGIN(Grid); ///////////////////////////////////////////////////////////////////////////////// // Data representation of records that enter ILDG and SciDac formats @@ -231,6 +231,6 @@ struct usqcdPropInfo : Serializable { }; #endif -} +NAMESPACE_END(Grid); #endif #endif