Changeset 036a5e in git for kernel/GBEngine/kspoly.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/kspoly.cc
r7b5b09 r036a5e 187 187 poly spNoether, 188 188 number *coef, 189 poly *mon, 189 190 kStrategy strat) 190 191 { … … 239 240 #endif 240 241 241 if ( t2==NULL)// Divisor is just one term, therefore it will242 if ((t2==NULL)&&(mon==NULL)) // Divisor is just one term, therefore it will 242 243 { // just cancel the leading term 243 244 PR->LmDeleteAndIter(); … … 293 294 if (coef != NULL) *coef = n_Init(1, tailRing->cf); 294 295 } 295 296 if(mon!=NULL) *mon=pHead(lm); 296 297 297 298 // and finally,
Note: See TracChangeset
for help on using the changeset viewer.