1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Namespace and indentation emacs choices

This commit is contained in:
paboyle
2018-01-15 00:05:55 +00:00
parent 8c675064bd
commit 2d13ea1a22

View File

@ -36,7 +36,7 @@ directory
#include <typeinfo>
#include <vector>
namespace Grid {
NAMESPACE_BEGIN(Grid);
////////////////////////////////////////////////////
// Predicated where support
@ -433,7 +433,7 @@ auto closure(const LatticeTrinaryExpression<Op, T1, T2, T3> &expr)
#undef GRID_DEF_UNOP
#undef GRID_DEF_BINOP
#undef GRID_DEF_TRINOP
}
NAMESPACE_END(Grid);
#if 0
using namespace Grid;