X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fmul.cpp;h=63f6381d27c4e960500b0d3b7ab2770576d36aec;hp=f60937069bea7dc00abd5e0bbe8dd3947af19a6a;hb=bf82f5b1d41738936afe763e1fa6aa347c81ba2c;hpb=729d30ae80fa9fdcdbafd7a29e8671083130f69c diff --git a/ginac/mul.cpp b/ginac/mul.cpp index f6093706..63f6381d 100644 --- a/ginac/mul.cpp +++ b/ginac/mul.cpp @@ -224,7 +224,7 @@ void mul::print(const print_context & c, unsigned level) const // and all others exvector neg_powers, others; while (it != itend) { - GINAC_ASSERT(is_a(it->coeff)); + GINAC_ASSERT(is_exactly_a(it->coeff)); if (ex_to(it->coeff).is_negative()) neg_powers.push_back(recombine_pair_to_ex(expair(it->rest, -(it->coeff)))); else