mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
NAMESPACE and formatting
This commit is contained in:
@ -50,8 +50,8 @@ for (unsigned int i = 0; i < w; i += inc)
|
||||
for (unsigned int i = 0; i < w; i += inc)
|
||||
#endif
|
||||
|
||||
namespace Grid {
|
||||
namespace Optimization {
|
||||
NAMESPACE_BEGIN(Grid);
|
||||
NAMESPACE_BEGIN(Optimization);
|
||||
|
||||
// type traits giving the number of elements for each vector type
|
||||
template <typename T> struct W;
|
||||
@ -82,4 +82,5 @@ namespace Optimization {
|
||||
typedef vec<uint16_t> vech; // half precision comms
|
||||
typedef vec<Integer> veci;
|
||||
|
||||
}}
|
||||
NAMESPACE_END(Optimization);
|
||||
NAMESPACE_END(Grid);
|
||||
|
Reference in New Issue
Block a user