Changeset 3dc79f5 in git
- Timestamp:
- Mar 22, 2011, 6:51:38 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e915737ec03361ff5ed24f64af5ef7a643d1c434
- Parents:
- fd1b0f2e9e097faef7d6563aeb22798d790e146e
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
rfd1b0f2 r3dc79f5 1124 1124 // get the polynomial (canonicalize bucket, make sure P.p is set) 1125 1125 strat->P.GetP(strat->lmBin); 1126 // in the homogeneous case FDeg >= pFDeg (sugar/honey) 1127 // but now, for entering S, T, we reset it 1128 // in the inhomogeneous case: FDeg == pFDeg 1129 if (strat->homog) strat->initEcart(&(strat->P)); 1126 1130 1127 1131 /* statistic */ -
kernel/kutil.cc
rfd1b0f2 r3dc79f5 692 692 } 693 693 694 if (i >= 0 && T->pLength != 0 694 if (i >= 0 && T->pLength != 0 695 695 && ! rIsSyzIndexRing(currRing) && T->pLength != pLength(p)) 696 696 { … … 5439 5439 h.sev = strat->sevS[i]; 5440 5440 /*puts the elements of S also to T*/ 5441 strat->initEcart(&h); 5441 5442 enterT(h,strat); 5442 5443 strat->S_2_R[i] = strat->tl; … … 6267 6268 (strat->homog && pFDeg == pDeg), // omit_degree 6268 6269 #endif 6269 (strat->ak==0), // omit_comp if the input is an ideal 6270 (strat->ak==0), // omit_comp if the input is an ideal 6270 6271 expbound); // exp_limit 6271 6272
Note: See TracChangeset
for help on using the changeset viewer.