]> www.ginac.de Git - ginac.git/blobdiff - check/normalization.cpp
- Banned exZERO(), exONE(), exMINUSHALF() and all this from the interface.
[ginac.git] / check / normalization.cpp
index 7ce1e5dce8e2d7d7c7cff3ac4be4ca6c4de63292..78ae63174a953b19f90540ec627e0a2b79638bcc 100644 (file)
@@ -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