- Timestamp:
- Nov 28, 2013, 3:43:44 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- f3e25c24fb9167335fed07b0b1d94ea513423a4b
- Parents:
- fbc7cbe8568c1e04d75cb6e5ddaceabc83c519e0
- git-author:
- Christian Eder <ederc@mathematik.uni-kl.de>2013-11-28 15:43:44+01:00
- git-committer:
- Christian Eder <ederc@mathematik.uni-kl.de>2013-12-12 13:51:25+01:00
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kspoly.cc
rfbc7cb rf1cef21 223 223 if (!PW->is_sigsafe) 224 224 { 225 PR->SetLmCurrRing();226 //poly f1 = pCopy(PR->GetLmTailRing()); // p2 | p1227 //poly f2 = PW->GetLmTailRing(); // i.e. will reduce p1 with p2; lm = LT(p1) / LM(p2)228 poly f1 = p_Copy(PR->GetLmCurrRing(),currRing);225 poly ftmp; 226 ring rtmp; 227 PR->GetLm(ftmp,rtmp); 228 poly f1 = k_LmInit_tailRing_2_currRing(ftmp,rtmp); 229 229 poly f2 = PW->GetLmCurrRing(); 230 230 poly sigMult = pCopy(PW->sig); // copy signature of reducer -
kernel/kstd2.cc
rfbc7cb rf1cef21 53 53 #endif 54 54 55 #define SBA_TAIL_RED 055 #define SBA_TAIL_RED 1 56 56 #define SBA_PRODUCT_CRITERION 0 57 57 #define SBA_PRINT_ZERO_REDUCTIONS 1
Note: See TracChangeset
for help on using the changeset viewer.