1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-22 21:54:30 +00: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

@@ -1,7 +1,7 @@
#ifndef _STENCIL_SIMPLE_COMPRESSOR_H_
#define _STENCIL_SIMPLE_COMPRESSOR_H_
namespace Grid {
NAMESPACE_BEGIN(Grid);
template<class vobj>
class SimpleCompressor {
@@ -25,5 +25,6 @@ public:
}
};
}
NAMESPACE_END(Grid);
#endif