]> www.ginac.de Git - ginac.git/blobdiff - check/normalization.cpp
- updated for class series->class pseries
[ginac.git] / check / normalization.cpp
index 7ce1e5dce8e2d7d7c7cff3ac4be4ca6c4de63292..fa14496a85c38bcd184b220545633330b89ebd12 100644 (file)
@@ -3,7 +3,7 @@
  *  Rational function normalization test suite. */
 
 /*
- *  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
@@ -46,7 +46,7 @@ static unsigned normal1(void)
     
     // Expansion
     e = pow(x, 2) - (x+1)*(x-1) - 1;
-    d = exZERO();
+    d = ex(0);
     result += check_normal(e, d);
     
     // Expansion inside functions