]> www.ginac.de Git - ginac.git/blobdiff - ginac/color.h
* ginac/registrar.h: dtor is inlined now.
[ginac.git] / ginac / color.h
index 6f126a345129bbaaa0e375517119ed58ad65d68e..4d4169a7ab119c597f4fdd6bf7880b5181a0a022 100644 (file)
@@ -28,9 +28,7 @@
 #include "indexed.h"
 #include "ex.h"
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 const unsigned MAX_REPRESENTATION_LABELS = 4;
 const unsigned COLOR_EIGHT = 8; // N*N-1
@@ -163,8 +161,6 @@ ex simplify_color(const ex & e);
 
 ex brute_force_sum_color_indices(const ex & e);
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef __GINAC_COLOR_H__