]> www.ginac.de Git - ginac.git/blobdiff - check/paranoia_check.cpp
- changed behaviour of numeric::is_rational() and added numeric::is_cinteger()
[ginac.git] / check / paranoia_check.cpp
index b42225ca3c75facf0ab4707682219a0b16d96646..3eb4185c86521d07132541ec1df97f615cc27e1b 100644 (file)
@@ -241,7 +241,7 @@ unsigned paranoia_check(void)
     result += paranoia_check7();
     result += paranoia_check8();
 
-    if (! result) {
+    if (!result) {
         cout << " passed ";
         clog << "(no output)" << endl;
     } else {