]> www.ginac.de Git - ginac.git/blobdiff - ginac/expair.h
- normal() works for relationals: it normalizes both sides
[ginac.git] / ginac / expair.h
index dd0459b924f0294241ebb97c0e1f9a7d08df0dd4..68f062be3dd756d9ce9a3a7bd245db1d6381a67e 100644 (file)
@@ -26,9 +26,9 @@
 #include "ex.h"
 #include "numeric.h"
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 /** A pair of expressions.
  *  This similar to, but slightly extended STL's pair<> but we need to account
@@ -199,8 +199,8 @@ public:
     }
 };
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef __GINAC_EXPAIR_H__