]> www.ginac.de Git - ginac.git/blobdiff - ginac/coloridx.h
* ginac/registrar.h: dtor is inlined now.
[ginac.git] / ginac / coloridx.h
index a727b912ad592bf3ac2c8539ce16bed85709662d..ab78abb35fb2ca54664ceedce62eb942f98a1097 100644 (file)
@@ -28,9 +28,7 @@
 #include "idx.h"
 #include "ex.h"
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 
 /** Class of indices for color algebra objects, to tell them apart from
@@ -75,8 +73,6 @@ inline const coloridx &ex_to_coloridx(const ex &e)
        return static_cast<const coloridx &>(*e.bp);
 }
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef __GINAC_COLORIDX_H__