]> www.ginac.de Git - ginac.git/blobdiff - ginac/normal.cpp
Fix previous commit 'Speed up special cases of square-free...'.
[ginac.git] / ginac / normal.cpp
index 9f8b7b4a406fdb5fe5ee39454e86eb6340f0d86a..747783c69d39cac29d4bcd5c4bd39f75c4a99afd 100644 (file)
@@ -1802,7 +1802,7 @@ static epvector sqrfree_yun(const ex &a, const symbol &x)
        do {
                w = quo(w, g, x);
                if (w.is_zero()) {
-                       return res;
+                       return results;
                }
                z = quo(z, g, x) - w.diff(x);
                exponent = exponent + 1;