X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fnormal.cpp;h=a5ebeb8b691ee4b6d95355fff45a17d68d87a414;hp=d7557bdc727debaca44547b7db0310d39555370b;hb=6564c3b961f7e0b69c20187b56f90d86d4fdcb9a;hpb=f4ea690a3f118bf364190f0ef3c3f6d2ccdf6206 diff --git a/ginac/normal.cpp b/ginac/normal.cpp index d7557bdc..a5ebeb8b 100644 --- a/ginac/normal.cpp +++ b/ginac/normal.cpp @@ -1101,6 +1101,8 @@ static ex heur_gcd(const ex &a, const ex &b, ex *ca, ex *cb, sym_desc_vec::const ex gcd(const ex &a, const ex &b, ex *ca, ex *cb, bool check_args) { +//clog << "gcd(" << a << "," << b << ")\n"; + // Partially factored cases (to avoid expanding large expressions) if (is_ex_exactly_of_type(a, mul)) { if (is_ex_exactly_of_type(b, mul) && b.nops() > a.nops())