]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.h
- ginac.h includes version.h (created by configure script), which contains
[ginac.git] / ginac / clifford.h
index 5abd6aeecd184a2a72a2f29bdd66b38ccd8f2d9b..44757c3e5e980e569ae1f93a0542aa8507881f2b 100644 (file)
@@ -27,9 +27,9 @@
 #include "indexed.h"
 #include "ex.h"
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 /** Base class for clifford object */
 class clifford : public indexed
@@ -92,8 +92,8 @@ inline const clifford &ex_to_clifford(const ex &e)
        return static_cast<const clifford &>(*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_CLIFFORD_H__