Changeset 56892e in git
- Timestamp:
- Dec 10, 2012, 10:39:02 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r20c99b r56892e 3389 3389 { 3390 3390 int j; 3391 BOOLEAN new_pair=FALSE;3392 3391 3393 3392 for (j=0; j<=k; j++) … … 3398 3397 if ( iCompH == pGetComp(strat->S[j]) ) 3399 3398 { 3400 { 3401 if (enterOneStrongPoly(j,h,ecart,isFromQ,strat, atR)) 3402 new_pair=TRUE; 3403 } 3399 enterOneStrongPoly(j,h,ecart,isFromQ,strat, atR); 3404 3400 } 3405 3401 }
Note: See TracChangeset
for help on using the changeset viewer.