Changeset 286273 in git
- Timestamp:
- Aug 20, 2012, 11:23:00 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- 4fb3a73a9ab769b9cdb2ec0db33cdbf9e88bfedd
- Parents:
- 0beffdffc2fb65355384c180d0a9d06b7b0312cf
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-08-20 11:23:00+02:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-08-20 11:27:22+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r0beffdf r286273 3622 3622 const int iCompH = pGetComp(h); 3623 3623 3624 #ifdef HAVE_RINGS 3625 if (rField_is_Ring()) 3626 { 3627 for (j=0; j<=k; j++) 3628 { 3629 const int iCompSj = pGetComp(strat->S[j]); 3630 if ((iCompH==iCompSj) 3631 //|| (0==iCompH) // can only happen,if iCompSj==0 3632 || (0==iCompSj)) 3633 { 3634 enterOnePairRing(j,h,ecart,FALSE,strat, atR); 3635 } 3636 } 3637 } 3638 else 3639 #endif 3624 3640 for (j=0; j<=k; j++) 3625 3641 { 3626 3642 const int iCompSj = pGetComp(strat->S[j]); 3627 3643 if ((iCompH==iCompSj) 3628 || (0==iCompH) // TODO: what about this case???3644 //|| (0==iCompH) // can only happen,if iCompSj==0 3629 3645 || (0==iCompSj)) 3630 3646 {
Note: See TracChangeset
for help on using the changeset viewer.