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

Namespace, indent

This commit is contained in:
paboyle 2018-01-14 23:58:44 +00:00
parent 4eb0552d1d
commit 31cbbfc07e

View File

@ -34,7 +34,7 @@ Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
// Peeking and poking around
///////////////////////////////////////////////
namespace Grid {
NAMESPACE_BEGIN(Grid);
////////////////////////////////////////////////////////////////////////////////////////////////////
// Peek internal indices of a Lattice object
@ -200,6 +200,6 @@ namespace Grid {
return;
};
}
NAMESPACE_END(Grid);
#endif