X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fparanoia_check.cpp;h=3eb4185c86521d07132541ec1df97f615cc27e1b;hp=d84946f20af732802a71d62ed4b588e2212b5e2e;hb=b0265215a51a081d20fe68475e080716afc2d45a;hpb=9eab44408b9213d8909b7a9e525f404ad06064dd;ds=sidebyside diff --git a/check/paranoia_check.cpp b/check/paranoia_check.cpp index d84946f2..3eb4185c 100644 --- a/check/paranoia_check.cpp +++ b/check/paranoia_check.cpp @@ -24,7 +24,10 @@ */ #include + +#ifndef NO_GINAC_NAMESPACE 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 @@ -238,7 +241,7 @@ unsigned paranoia_check(void) result += paranoia_check7(); result += paranoia_check8(); - if (! result) { + if (!result) { cout << " passed "; clog << "(no output)" << endl; } else {