]> www.ginac.de Git - ginac.git/blobdiff - check/expand_subs.cpp
new #define CINT_CONVERSION_WORKAROUND for ginaccint, needed
[ginac.git] / check / expand_subs.cpp
index 4d78708b1573648c822c33b66b24204a13a9f8b9..419cea7f2962fd792d4f8b94013fba5e180c3fdc 100644 (file)
@@ -13,7 +13,7 @@
  *  after which e should return 0 (without expanding). */
 
 /*
- *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  */
 
 
-#include <ginac/ginac.h>
+#include "ginac.h"
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 using namespace GiNaC;
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 #define VECSIZE 100
 
@@ -86,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 {