]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.cpp
* New funny timing added: compute an antipode in Yukawa theory.
[ginac.git] / ginac / clifford.cpp
index 0dc0518dcd64c7b309910d4669b38f5d85c457ab..a3f26c964cb010ddc60b67d2be302aefc7d5a2e0 100644 (file)
@@ -30,9 +30,7 @@
 #include "utils.h"
 #include "debugmsg.h"
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 GINAC_IMPLEMENT_REGISTERED_CLASS(clifford, lortensor)
 
@@ -190,6 +188,4 @@ clifford clifford_gamma(const ex & mu)
        return clifford("gamma", mu);
 }
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC