]> www.ginac.de Git - ginac.git/blobdiff - check/paranoia_check.cpp
#ifndef around namespace GiNaC { }
[ginac.git] / check / paranoia_check.cpp
index d84946f20af732802a71d62ed4b588e2212b5e2e..b42225ca3c75facf0ab4707682219a0b16d96646 100644 (file)
  */
 
 #include <ginac/ginac.h>
  */
 
 #include <ginac/ginac.h>
+
+#ifndef NO_GINAC_NAMESPACE
 using namespace GiNaC;
 using namespace GiNaC;
+#endif // ndef NO_GINAC_NAMESPACE
 
 // The very first pair of historic problems had its roots in power.cpp and was
 // finally resolved on April 27th. (Fixing the first on April 23rd actually
 
 // The very first pair of historic problems had its roots in power.cpp and was
 // finally resolved on April 27th. (Fixing the first on April 23rd actually