]> www.ginac.de Git - ginac.git/blobdiff - ginac/ncmul.h
* ginac/registrar.h: dtor is inlined now.
[ginac.git] / ginac / ncmul.h
index 5373a75ba329fe697a75e2a19ea00b202a3dbd8d..cc186a0a36a37325fec314ce01b00cb12444c3bc 100644 (file)
@@ -25,9 +25,7 @@
 
 #include "exprseq.h"
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 /** Non-commutative product of expressions. */
 class ncmul : public exprseq
@@ -101,8 +99,6 @@ inline const ncmul &ex_to_ncmul(const ex &e)
        return static_cast <const ncmul &>(*e.bp);
 }
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef __GINAC_NCMUL_H__