]> www.ginac.de Git - ginac.git/blobdiff - ginac/color.cpp
* ginac/registrar.h: dtor is inlined now.
[ginac.git] / ginac / color.cpp
index f2360c3d460510d11f0c3ed65bacc0f2a395103a..9e355cb01a4118184d994bd1d865a7962a9dfc4d 100644 (file)
@@ -37,9 +37,7 @@
 #include "debugmsg.h"
 #include "utils.h"
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 GINAC_IMPLEMENT_REGISTERED_CLASS(color, indexed)
 
@@ -1033,6 +1031,4 @@ ex brute_force_sum_color_indices(const ex & e)
        return sum;
 }
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC