Changeset c079b2f in git


Ignore:
Timestamp:
Feb 20, 2019, 10:25:31 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c717a0d94de0f701587bc5adbfab65df74dd599a
Parents:
85dd02b31f44f6f4005dc9fc8635f78d69a3830a
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-02-20 10:25:31+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-02-20 10:37:04+01:00
Message:
fix: Alloc0Bin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/shiftop.cc

    r85dd02b rc079b2f  
    5959  do
    6060  {
    61     p_Alloc0Bin(pNext(q), bin, ri);
     61    p_AllocBin(pNext(q), bin, ri);
    6262    pIter(q);
     63    pNext(q)=NULL;
    6364    pSetCoeff0(q, n_Mult(mCoeff, pGetCoeff(p), ri->cf));
    6465
     
    182183  do
    183184  {
    184     p_Alloc0Bin(pNext(q), bin, ri);
     185    p_AllocBin(pNext(q), bin, ri);
    185186    pIter(q);
     187    pNext(q)=NULL;
    186188    pSetCoeff0(q, n_Mult(mCoeff, pGetCoeff(p), ri->cf));
    187189
Note: See TracChangeset for help on using the changeset viewer.