X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexpairseq.cpp;h=2e50b0e47d0ab582d1503d7682f25ec789d93c28;hp=360c7b97fcc45840afcb9bc1b885055fd25c46be;hb=afdd7fa8c6c0a587f7c80789198551383e8beb7b;hpb=48b41ea321ed9fa6115a1061d1a1d2f8d8ad0400;ds=sidebyside diff --git a/ginac/expairseq.cpp b/ginac/expairseq.cpp index 360c7b97..2e50b0e4 100644 --- a/ginac/expairseq.cpp +++ b/ginac/expairseq.cpp @@ -29,7 +29,9 @@ #include "debugmsg.h" #include "utils.h" +#ifndef NO_GINAC_NAMESPACE namespace GiNaC { +#endif // ndef NO_GINAC_NAMESPACE #ifdef EXPAIRSEQ_USE_HASHTAB #error "FIXME: expair_needs_further_processing not yet implemented for hashtabs, sorry. A.F." @@ -1627,4 +1629,6 @@ unsigned expairseq::hashtabfactor=1; const expairseq some_expairseq; type_info const & typeid_expairseq=typeid(some_expairseq); +#ifndef NO_GINAC_NAMESPACE } // namespace GiNaC +#endif // ndef NO_GINAC_NAMESPACE