Changeset 56892e in git for kernel


Ignore:
Timestamp:
Dec 10, 2012, 10:39:02 AM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9053f02b7317fbd38584bd46c32dc61a34b8932f90606248d583c5fc68e2935f8e617bf697e3814b
Parents:
20c99b77e0729210ef8af3b5f2f6b916dda000e1
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-12-10 10:39:02+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-12-10 10:39:47+01:00
Message:
chg: simplification for ring-gb
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r20c99b r56892e  
    33893389  {
    33903390    int j;
    3391     BOOLEAN new_pair=FALSE;
    33923391
    33933392    for (j=0; j<=k; j++)
     
    33983397      if ( iCompH == pGetComp(strat->S[j]) )
    33993398      {
    3400         {
    3401           if (enterOneStrongPoly(j,h,ecart,isFromQ,strat, atR))
    3402             new_pair=TRUE;
    3403         }
     3399        enterOneStrongPoly(j,h,ecart,isFromQ,strat, atR);
    34043400      }
    34053401    }
Note: See TracChangeset for help on using the changeset viewer.