Namespace

This commit is contained in:
paboyle
2018-01-14 23:53:31 +00:00
parent 645ec8eba0
commit 06ab7f5661
+3 -2
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