Changeset d0b4e7 in git for libpolys/misc/intvec.cc


Ignore:
Timestamp:
Nov 2, 2012, 4:17:10 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
7fe9f8b1db2e4a62e37fab7daf03d3c2a744074a
Parents:
665ca84bd3cc340311b38ceff7974b3261b7a24e
Message:
fix: content in ivReduce
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/intvec.cc

    r665ca8 rd0b4e7  
    523523  for (j=all;j>ready;j--)
    524524  {
    525     ivRowContent(imat, j, colpos+1);
     525    ivRowContent(imat, j, 1);
    526526    ce = IMATELEM(*imat,j,colpos);
    527527    if (ce!=0)
Note: See TracChangeset for help on using the changeset viewer.