X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fexpair.h;h=68f062be3dd756d9ce9a3a7bd245db1d6381a67e;hb=ad19befada3733da04b376bae520cef491ae64c8;hp=dd0459b924f0294241ebb97c0e1f9a7d08df0dd4;hpb=dbb36db8d02b2c25af6bbfff8135112637936e1f;p=ginac.git diff --git a/ginac/expair.h b/ginac/expair.h index dd0459b9..68f062be 100644 --- a/ginac/expair.h +++ b/ginac/expair.h @@ -26,9 +26,9 @@ #include "ex.h" #include "numeric.h" -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC namespace GiNaC { -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC /** A pair of expressions. * This similar to, but slightly extended STL's pair<> but we need to account @@ -199,8 +199,8 @@ public: } }; -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC } // namespace GiNaC -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC #endif // ndef __GINAC_EXPAIR_H__