1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 22:20:45 +01:00

Formatting, NAMESPACE§

This commit is contained in:
paboyle 2018-01-12 23:38:15 +00:00
parent b673174b71
commit 176a021ce9

View File

@ -56,7 +56,7 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#define parallel_for_internal PARALLEL_FOR_LOOP_INTERN for
#define parallel_for_nest2 PARALLEL_NESTED_LOOP2 for
namespace Grid {
NAMESPACE_BEGIN(Grid);
// Introduce a class to gain deterministic bit reproducible reduction.
// make static; perhaps just a namespace is required.
@ -153,5 +153,5 @@ class GridThread {
};
}
NAMESPACE_END(Grid);
#endif