Changeset d0b4e7 in git for libpolys/misc


Ignore:
Timestamp:
Nov 2, 2012, 4:17:10 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
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.