X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Foperators.h;h=a7d84b0ada2642333dc0089c853d3386fdda68d6;hp=33acabaeb52b986ce5ee76708ce07f580f34e722;hb=5378fa494d21758a9c750efa2a90b49f34692e4b;hpb=2565309dd7c38635c191eacf2a4af9b23fc0d310 diff --git a/ginac/operators.h b/ginac/operators.h index 33acabae..a7d84b0a 100644 --- a/ginac/operators.h +++ b/ginac/operators.h @@ -25,9 +25,9 @@ #include -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC namespace GiNaC { -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC class ex; class numeric; @@ -82,8 +82,8 @@ relational operator>=(const ex & lh, const ex & rh); ostream & operator<<(ostream & os, const ex & e); istream & operator>>(istream & is, ex & e); -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC } // namespace GiNaC -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC #endif // ndef __GINAC_OPERATORS_H__