]> www.ginac.de Git - ginac.git/blobdiff - check/matrix_checks.cpp
- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC because of m4.
[ginac.git] / check / matrix_checks.cpp
index 104a6058412ee03f61cbbd5ef8dcfa1ef9d1c93d..cfc81fa01cce3814cddab3783ea33ee605eb721f 100644 (file)
@@ -23,9 +23,9 @@
 #include <stdexcept>
 #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 unsigned matrix_determinants(void)
 {