X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fmatrix.cpp;h=43288df46ab90ecd6c6ad6fc13c12dd7915839af;hp=bacacad8889a4199c7a07576470903f6586277e7;hb=afdd7fa8c6c0a587f7c80789198551383e8beb7b;hpb=48b41ea321ed9fa6115a1061d1a1d2f8d8ad0400 diff --git a/ginac/matrix.cpp b/ginac/matrix.cpp index bacacad8..43288df4 100644 --- a/ginac/matrix.cpp +++ b/ginac/matrix.cpp @@ -26,7 +26,9 @@ #include "matrix.h" #include "debugmsg.h" +#ifndef NO_GINAC_NAMESPACE namespace GiNaC { +#endif // ndef NO_GINAC_NAMESPACE ////////// // default constructor, destructor, copy constructor, assignment operator @@ -872,4 +874,6 @@ int matrix::pivot(int ro) const matrix some_matrix; type_info const & typeid_matrix=typeid(some_matrix); +#ifndef NO_GINAC_NAMESPACE } // namespace GiNaC +#endif // ndef NO_GINAC_NAMESPACE