]> www.ginac.de Git - ginac.git/blobdiff - ginac/series.cpp
#ifndef around namespace GiNaC { }
[ginac.git] / ginac / series.cpp
index a390dd1516c61c212156711d3b27dc2d2e11038b..7f8d39281bd5baf0a4fd95f70d6d5869450ff513 100644 (file)
@@ -30,8 +30,9 @@
 #include "symbol.h"
 #include "debugmsg.h"
 
+#ifndef NO_GINAC_NAMESPACE
 namespace GiNaC {
-
+#endif // ndef NO_GINAC_NAMESPACE
 
 /*
  *  Default constructor, destructor, copy constructor, assignment operator and helpers
@@ -636,4 +637,6 @@ ex ex::series(symbol const &s, ex const &point, int order) const
 const series some_series;
 type_info const & typeid_series = typeid(some_series);
 
+#ifndef NO_GINAC_NAMESPACE
 } // namespace GiNaC
+#endif // ndef NO_GINAC_NAMESPACE