Changeset 3b0ba67 in git


Ignore:
Timestamp:
May 9, 2011, 11:35:04 AM (12 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
0fb5991156fcc44bac3d225d54843f284bc9ac3f
Parents:
69fb9d0d6c21f84c7aee223d5b4651e2fc1c7b7e
git-author:
Frank Seelisch <seelisch@mathematik.uni-kl.de>2011-05-09 11:35:04+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:39+01:00
Message:
small bug fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r69fb9d0 r3b0ba67  
    15141514    pFactor = qqFactor;
    15151515    *qFactor = p_Add_q(*ppFactor,
    1516                        p_Neg(p_Mult_q(fDivG, p_Copy(*qqFactor, r), r), r),
     1516                       p_Neg(p_Mult_q(pDivQ, p_Copy(*qqFactor, r), r), r),
    15171517                       r);
    15181518    return theGcd;
Note: See TracChangeset for help on using the changeset viewer.