Ignore:
Timestamp:
May 6, 2011, 11:51:40 AM (13 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
fba6f18e59118e933bb2d9c5b69b31879517ddff
Parents:
d75f15102ef5a6cd3463bf6f11b85177f916e01b
git-author:
Martin Lee <martinlee84@web.de>2011-05-06 11:51:40+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:37+01:00
Message:
adapted conversion to and from factory
File:
1 edited

Legend:

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

    rd75f15 rce3f53c  
    19091909    if ( (n_GetChar(r) == 1) || (n_GetChar(r) < 0) ) /* Q[a],Q(a),Zp[a],Z/p(a) */
    19101910    {
    1911       singclap_divide_content(ph);
     1911      singclap_divide_content(ph, r);
    19121912      if(!n_GreaterZero(pGetCoeff(ph),r->cf)) ph = p_Neg(ph,r);
    19131913    }
Note: See TracChangeset for help on using the changeset viewer.