Changeset d0e703d in git for kernel/GBEngine/kstd2.cc
- Timestamp:
- Jul 7, 2015, 3:31:10 PM (8 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 6eb2185c03b38906584bfd5975f6f6aeaac9a407
- Parents:
- 1d85ccd2371e3643aeb1cd5a430441d7f9693fb8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kstd2.cc
r1d85ccd rd0e703d 425 425 loop 426 426 { 427 j = kFindDivisibleByInT(strat ->T, strat->sevT, strat->tl, h);427 j = kFindDivisibleByInT(strat, h); 428 428 if (j < 0) 429 429 { … … 431 431 postReduceByMon(h, strat); 432 432 if(nIsZero(pGetCoeff(h->p))) return 2; 433 j = kFindDivisibleByInT(strat ->T, strat->sevT, strat->tl, h);433 j = kFindDivisibleByInT(strat, h); 434 434 if(j < 0) 435 435 {
Note: See TracChangeset
for help on using the changeset viewer.