X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Florentzidx.cpp;h=62b01aa4ff35d27c3cf6eb33253e7404bb882382;hp=6d09ee1f271ada48f3a2276a6f45601220fff621;hb=afdd7fa8c6c0a587f7c80789198551383e8beb7b;hpb=48b41ea321ed9fa6115a1061d1a1d2f8d8ad0400 diff --git a/ginac/lorentzidx.cpp b/ginac/lorentzidx.cpp index 6d09ee1f..62b01aa4 100644 --- a/ginac/lorentzidx.cpp +++ b/ginac/lorentzidx.cpp @@ -26,7 +26,9 @@ #include "utils.h" #include "debugmsg.h" +#ifndef NO_GINAC_NAMESPACE namespace GiNaC { +#endif // ndef NO_GINAC_NAMESPACE ////////// // default constructor, destructor, copy constructor assignment operator and helpers @@ -251,4 +253,6 @@ lorentzidx lorentzidx::create_anonymous_representative(void) const const lorentzidx some_lorentzidx; type_info const & typeid_lorentzidx=typeid(some_lorentzidx); +#ifndef NO_GINAC_NAMESPACE } // namespace GiNaC +#endif // ndef NO_GINAC_NAMESPACE