1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-02 12:47:07 +01:00

NAMESPACE

This commit is contained in:
paboyle
2018-01-13 00:11:30 +00:00
parent 6bf5fb1924
commit 7f6bffe5ad
5 changed files with 16 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#include<vector>
// Lebesgue, Morton, Z-graph ordering assistance
namespace Grid {
NAMESPACE_BEGIN(Grid);
class LebesgueOrder {
public:
@@ -76,5 +76,7 @@ namespace Grid {
std::vector<IndexInteger> _LebesgueReorder;
};
}
NAMESPACE_END(Grid);
#endif