]> www.ginac.de Git - ginac.git/blobdiff - ginac/isospin.h
* ginac/registrar.h: dtor is inlined now.
[ginac.git] / ginac / isospin.h
index d9d93a849172e66dd3a33c56f6b1b6be5c0c6c4a..925ef63b9c3e83dec2245844cdb60090b989b666 100644 (file)
@@ -26,9 +26,7 @@
 #include <string>
 #include "indexed.h"
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 /** Base class for isospin object */
 class isospin : public indexed
@@ -74,8 +72,6 @@ inline const isospin &ex_to_isospin(const ex &e)
        return static_cast<const isospin &>(*e.bp);
 }
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef __GINAC_ISOSPIN_H__