]> www.ginac.de Git - ginac.git/blobdiff - check/expand_subs.cpp
- changed behaviour of numeric::is_rational() and added numeric::is_cinteger()
[ginac.git] / check / expand_subs.cpp
index b6ff16f074596dfdf60ba0c3b58b5836a80fc404..109978faa3761f77bd13674d4bf1675fc824eec0 100644 (file)
 
 
 #include <ginac/ginac.h>
+
+#ifndef NO_GINAC_NAMESPACE
 using namespace GiNaC;
+#endif // ndef NO_GINAC_NAMESPACE
 
 #define VECSIZE 100
 
@@ -83,11 +86,11 @@ unsigned expand_subs(void)
 
     cout << "checking commutative expansion and substitution..." << flush;
     clog << "---------commutative expansion and substitution:" << endl;
-
+    
     result += expand_subs1();
     result += expand_subs2();
-
-    if (! result) {
+    
+    if (!result) {
         cout << " passed ";
         clog << "(no output)" << endl;
     } else {