Changeset 7be1d2 in git
- Timestamp:
- Jan 20, 2022, 1:23:44 PM (16 months ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- f9fde8bdf793827c5c94d9e7016a6242e0332ee6
- Parents:
- 760a3448dba802a0197f4944a864d32632e30aff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kutil.cc
r760a344 r7be1d2 13029 13029 for (i=1; i<=maxShift; i++) 13030 13030 { 13031 13031 BOOLEAN delete_hh=TRUE; 13032 13032 poly hh = pLPCopyAndShiftLM(h, i); 13033 13033 for (j=0; j<=k; j++) … … 13038 13038 int s_lastVblock = pmLastVblock(s); 13039 13039 if (i < s_lastVblock || (pGetComp(s) > 0 && i == s_lastVblock)) // in the module case, product criterion does not hold (note: comp h is always zero here) 13040 { 13040 13041 if(!enterOnePairWithoutShifts(j, hh, s, ecart, isFromQ, strat, atR, s_lastVblock, i)) 13041 delete_hh=FALSE; 13042 delete_hh=FALSE; 13043 } 13042 13044 #ifdef HAVE_RINGS 13043 13045 else if (rField_is_Ring(currRing)) … … 13055 13057 } 13056 13058 } 13057 13059 if (delete_hh) p_LmDelete(hh,currRing); 13058 13060 } 13059 13061 }
Note: See TracChangeset
for help on using the changeset viewer.