Changeset a576b0 in git for kernel/GBEngine/kstd1.cc
- Timestamp:
- May 29, 2015, 1:39:46 PM (9 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- e00d2000bacbdc1e3326af703d7555b6a847ad1e
- Parents:
- 40e862737f0776c1a89a482ba5c81054d4339085
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kstd1.cc
r40e8627 ra576b0 186 186 loop 187 187 { 188 j = kFindDivisibleByInT(strat ->T, strat->sevT, strat->tl, h);188 j = kFindDivisibleByInT(strat, h); 189 189 if (j < 0) 190 190 { … … 214 214 p_LmShortDivisibleBy(strat->T[i].GetLmTailRing(), strat->sevT[i], h->GetLmTailRing(), ~h->sev, strat->tailRing)) 215 215 #else 216 j = kFindDivisibleByInT(strat ->T, strat->sevT, strat->tl, h, i);216 j = kFindDivisibleByInT(strat, h, i); 217 217 if (j < 0) break; 218 218 i = j; … … 387 387 loop 388 388 { 389 j = kFindDivisibleByInT(strat ->T, strat->sevT, strat->tl, h);389 j = kFindDivisibleByInT(strat, h); 390 390 #if ADIDEBUG_NF 391 391 if(j != -1) … … 430 430 p_LmShortDivisibleBy(strat->T[i].GetLmTailRing(), strat->sevT[i], h->GetLmTailRing(), ~h->sev, strat->tailRing)) 431 431 #else 432 j = kFindDivisibleByInT(strat ->T, strat->sevT, strat->tl, h, i);432 j = kFindDivisibleByInT(strat, h, i); 433 433 if (j < 0) break; 434 434 i = j; … … 589 589 loop 590 590 { 591 j = kFindDivisibleByInT(strat ->T, strat->sevT, strat->tl, h);591 j = kFindDivisibleByInT(strat, h); 592 592 if (j < 0) 593 593 {
Note: See TracChangeset
for help on using the changeset viewer.