1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-19 08:14:40 +00:00

NAMESPACE

This commit is contained in:
paboyle
2018-01-13 00:16:34 +00:00
parent 5e48b701ec
commit b45bd8e097
8 changed files with 21 additions and 30 deletions

View File

@@ -31,7 +31,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
#include <limits.h>
#include <sys/mman.h>
namespace Grid {
NAMESPACE_BEGIN(Grid);
///////////////////////////////////////////////////////////////
// Info that is setup once and indept of cartesian layout
@@ -72,5 +72,6 @@ void CartesianCommunicator::GlobalSumVector(ComplexD *c,int N)
GlobalSumVector((double *)c,2*N);
}
}
NAMESPACE_END(Grid);