]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/pgcd.cpp
pgcd(): avoid infinite loop if the first GCD candidate coincides with GCD
[ginac.git] / ginac / polynomial / pgcd.cpp
index 0de0f70e5e0606e645f48b48d530d90c01700fea..fac3735e10333390ea42c91a5e229bfd4e5c11df 100644 (file)
@@ -134,8 +134,6 @@ ex pgcd(const ex& A, const ex& B, const exvector& vars, const long p)
                const ex H_lcoeff = lcoeff_wrt(H, restvars);
 
                if (H_lcoeff.is_equal(lc_gcd)) {
-                       if ((Hprev-H).expand().smod(pn).is_zero())
-                               continue;
                        ex C /* primitive part of H */, contH /* dummy */;
                        primpart_content(C, contH, H, vars, p);
                        // Normalize GCD so that leading coefficient is 1