]> www.ginac.de Git - ginac.git/blobdiff - check/exam_numeric.cpp
- fixed three little standard-conformance issues.
[ginac.git] / check / exam_numeric.cpp
index fd1bf872c3296f41f5686af4c5355032d6ed68bd..7a7c603c6a8664d952ea26d0d411ed4da5a4e694 100644 (file)
@@ -79,7 +79,7 @@ static unsigned exam_numeric1(void)
        }
        
        e2 = test_int1 + a;
-       if (ex_to_numeric(e2).is_integer()) {
+       if (ex_to<numeric>(e2).is_integer()) {
                clog << "expression " << e2
                     << " erroneously recognized as integer" << endl;
                ++result;