Changeset 00655c in git for Singular/lists.cc


Ignore:
Timestamp:
Nov 7, 2017, 10:44:34 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
cdb11150be78236e2d4241a07e89091d043e5858
Parents:
8e80b9e8feae49cd2a2a801e66f0e923831432eb
Message:
fix: wrong index in liFindRes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/lists.cc

    r8e80b9 r00655c  
    357357  while ((j<i) && hom_complex)
    358358  {
    359     hom_complex = hom_complex && (w[i]!=NULL);
     359    hom_complex = hom_complex && (w[j]!=NULL);
    360360    j++;
    361361  }
Note: See TracChangeset for help on using the changeset viewer.