]> www.ginac.de Git - ginac.git/blobdiff - ginac/ncmul.cpp
#ifndef around namespace GiNaC { }
[ginac.git] / ginac / ncmul.cpp
index 515a870c301bf673d3be831d74af8058c6b89a8e..9e14edc0f875677d5c7d524922b105dd4d952d94 100644 (file)
@@ -30,7 +30,9 @@
 #include "mul.h"
 #include "debugmsg.h"
 
+#ifndef NO_GINAC_NAMESPACE
 namespace GiNaC {
+#endif // ndef NO_GINAC_NAMESPACE
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -591,4 +593,6 @@ ex simplified_ncmul(exvector const & v)
                                    status_flags::evaluated);
 }
 
+#ifndef NO_GINAC_NAMESPACE
 } // namespace GiNaC
+#endif // ndef NO_GINAC_NAMESPACE