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

Namespace

This commit is contained in:
paboyle
2018-01-14 23:53:31 +00:00
parent 645ec8eba0
commit 06ab7f5661

View File

@ -33,7 +33,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
// Transpose
///////////////////////////////////////////////
namespace Grid {
NAMESPACE_BEGIN(Grid);
////////////////////////////////////////////////////////////////////////////////////////////////////
// Transpose
@ -59,5 +59,6 @@ namespace Grid {
}
return ret;
};
}
NAMESPACE_END(Grid);
#endif