X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Foperators.h;h=8636e212d5922cf3ffbdfbd5af05e4caf044409a;hb=9d8d0f4924171b0acb7ec6a333897fe1ec545707;hp=18b1b927ac97810d1cc50c08282d7dc1c35b359a;hpb=383d5eb3b0f0506810d9105a268f939125bfc347;p=ginac.git diff --git a/ginac/operators.h b/ginac/operators.h index 18b1b927..8636e212 100644 --- a/ginac/operators.h +++ b/ginac/operators.h @@ -25,9 +25,7 @@ #include -#ifndef NO_NAMESPACE_GINAC namespace GiNaC { -#endif // ndef NO_NAMESPACE_GINAC class ex; class numeric; @@ -82,8 +80,6 @@ relational operator>=(const ex & lh, const ex & rh); std::ostream & operator<<(std::ostream & os, const ex & e); std::istream & operator>>(std::istream & is, ex & e); -#ifndef NO_NAMESPACE_GINAC } // namespace GiNaC -#endif // ndef NO_NAMESPACE_GINAC #endif // ndef __GINAC_OPERATORS_H__