Changeset 6d55df2 in git for kernel/preimage.cc


Ignore:
Timestamp:
Sep 14, 2017, 2:49:39 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'aefe9ae36ec8df52dbdbefda02828f18f27715b3')
Children:
887ce9efe13a13ad2a91bea7874626a20135caa9
Parents:
611ad64179a0e695daefca8084e6a916a7bd1da8
Message:
opt: gnc_ReduceSpolyNew
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/preimage.cc

    r611ad6 r6d55df2  
    4040    p_SetComp(resultWorkP,p_GetComp(p,p_ring),dst_r);
    4141    n=n_Copy(pGetCoeff(p),dst_r->cf);
    42     p_SetCoeff(resultWorkP,n,dst_r);
     42    p_SetCoeff0(resultWorkP,n,dst_r);
    4343    p_Setm(resultWorkP,dst_r);
    4444    pIter(p);
Note: See TracChangeset for help on using the changeset viewer.