Changeset 036a5e in git for kernel/GBEngine/kstd1.cc
- Timestamp:
- Feb 15, 2021, 6:09:41 PM (3 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 897be4e9d0d99f6edc2785f7a335bdde34c0ad73
- Parents:
- 7b5b095ed2434be9e1783ac23414e01c2a75fec4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kstd1.cc
r7b5b09 r036a5e 141 141 h->GetP(); 142 142 h->length=h->pLength=pLength(h->p); 143 ret = ksReducePoly(&L, with, strat->kNoetherTail(), NULL, strat);143 ret = ksReducePoly(&L, with, strat->kNoetherTail(), NULL, NULL, strat); 144 144 if (ret) 145 145 { … … 157 157 } 158 158 else 159 ret = ksReducePoly(h, with, strat->kNoetherTail(), NULL, strat);159 ret = ksReducePoly(h, with, strat->kNoetherTail(), NULL, NULL, strat); 160 160 #ifdef KDEBUG 161 161 if (TEST_OPT_DEBUG) … … 817 817 } 818 818 #endif 819 ksReducePoly(h, &(strat->T[j]), strat->kNoetherTail(), NULL, strat);819 ksReducePoly(h, &(strat->T[j]), strat->kNoetherTail(), NULL, NULL, strat); 820 820 #ifdef KDEBUG 821 821 if (TEST_OPT_DEBUG)
Note: See TracChangeset
for help on using the changeset viewer.