]> www.ginac.de Git - ginac.git/blobdiff - check/normalization.cpp
- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC because of m4.
[ginac.git] / check / normalization.cpp
index 1c3ac9c7b9e7af337296fda7eb129bc6ee86090a..7144c278ce292f20e7def2ab11017b517e4e870b 100644 (file)
@@ -22,9 +22,9 @@
 
 #include <ginac/ginac.h>
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 using namespace GiNaC;
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 static symbol x("x"), y("y"), z("z");