Changeset ae4fd2a in git for kernel/kutil.cc


Ignore:
Timestamp:
Feb 24, 2014, 2:45:27 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
848bd56f0e6524e64455d4225b26ebedfcdccd83
Parents:
0a6bb08c6f0682a52c5e101d9181d755a4c063c9
Message:
fix: ring list with no variables -> error
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r0a6bb0 rae4fd2a  
    725725  }
    726726
    727   if (i >= 0 && T->pLength != 0
    728   && ! rIsSyzIndexRing(currRing) && T->pLength != pLength(p))
     727  if ((i >= 0) && (T->pLength != 0)
     728  && (! rIsSyzIndexRing(currRing)) && (T->pLength != pLength(p)))
    729729  {
    730730    int l=T->pLength;
     
    55105510  {
    55115511    L->length = 0;
     5512    L->pLength = 0;
    55125513  }
    55135514
Note: See TracChangeset for help on using the changeset viewer.