X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fnormal.cpp;h=28ea9e6c1ff0d18f573094f58d38e6da00fe80d1;hp=8a9bc0f45c71e955b9f7ab60636df87e1884ad92;hb=7a473d58cbf2ec744ef230e0503a071f9ab7aeec;hpb=35267c690dfa19cdb1ddafa3c1d2c5e3640f6891 diff --git a/ginac/normal.cpp b/ginac/normal.cpp index 8a9bc0f4..28ea9e6c 100644 --- a/ginac/normal.cpp +++ b/ginac/normal.cpp @@ -224,12 +224,17 @@ static numeric lcm_of_coefficients_denominators(const ex &e) * @param e multivariate polynomial (need not be expanded) * @param lcm LCM to multiply in */ -static ex multiply_lcm(const ex &e, const ex &lcm) +static ex multiply_lcm(const ex &e, const numeric &lcm) { if (is_ex_exactly_of_type(e, mul)) { ex c = _ex1(); - for (unsigned i=0; i