1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +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 // Transpose
/////////////////////////////////////////////// ///////////////////////////////////////////////
namespace Grid { NAMESPACE_BEGIN(Grid);
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
// Transpose // Transpose
@ -59,5 +59,6 @@ namespace Grid {
} }
return ret; return ret;
}; };
}
NAMESPACE_END(Grid);
#endif #endif