Changeset 4063297 in git


Ignore:
Timestamp:
Sep 1, 2020, 4:48:28 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
de714a72ddaa5d0219f9254f1f2d713583c61d55
Parents:
08f2a1fadb363c59a659cf6741ae0a35a7aed204
Message:
opt: minor opt
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    r08f2a1f r4063297  
    13621362  {
    13631363    //if (f!=NULL) // already tested at start of routine
    1364     number n0=n_Copy(pGetCoeff(f),r->cf);
     1364    number n0=n_Copy(old_lead_coeff,r->cf);
    13651365    if (with_exps==0 || with_exps==3)
    13661366      N=n_Copy(n0,r->cf);
     
    13811381    if (singclap_factorize_retry==0)
    13821382    {
    1383       number n0=n_Copy(pGetCoeff(f),r->cf);
     1383      number n0=n_Copy(old_lead_coeff,r->cf);
    13841384      if (with_exps==0 || with_exps==3)
    13851385        N=n_Copy(n0,r->cf);
Note: See TracChangeset for help on using the changeset viewer.