]> www.ginac.de Git - ginac.git/blobdiff - ginac/isospin.h
- gamma() -> Gamma().
[ginac.git] / ginac / isospin.h
index 8bd084b586f107c14e97086833cba44295eacbdd..0cc29bc71d297bf2d363f0425de58d1ea63cfb6d 100644 (file)
@@ -26,9 +26,9 @@
 #include <string>
 #include "indexed.h"
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 /** Base class for isospin object */
 class isospin : public indexed
@@ -93,8 +93,8 @@ inline const isospin &ex_to_isospin(const ex &e)
        return static_cast<const isospin &>(*e.bp);
 }
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef __GINAC_ISOSPIN_H__