1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-25 19:44:17 +01:00

Namespace, indent

This commit is contained in:
paboyle
2018-01-14 23:59:57 +00:00
parent e9ef7e3852
commit b4bb428d9b
+2 -2
View File
@@ -32,7 +32,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
// localInner, localNorm, outerProduct // localInner, localNorm, outerProduct
/////////////////////////////////////////////// ///////////////////////////////////////////////
namespace Grid { NAMESPACE_BEGIN(Grid);
///////////////////////////////////////////////////// /////////////////////////////////////////////////////
// Non site, reduced locally reduced routines // Non site, reduced locally reduced routines
@@ -71,5 +71,5 @@ namespace Grid {
} }
return ret; return ret;
} }
} NAMESPACE_END(Grid);
#endif #endif