Changeset 28160bf in git
- Timestamp:
- Jun 21, 2020, 3:27:18 PM (3 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 19f6b5f3300aae7e89c967ecedfed08c1e3704ea
- Parents:
- a241bd1c83ead4ae0a6fd018ba0e792a1dd76221
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
ra241bd r28160bf 335 335 return NULL; 336 336 } 337 if (rIsLPRing(r))338 {339 WerrorS("not implemented for letterplace rings");340 return NULL;341 }342 337 if(p_GetComp(p,r)==0) 343 338 { 344 339 if((rFieldType(r)==n_transExt) 345 340 &&(convSingTrP(p,r)) 346 &&(convSingTrP(q,r))) 341 &&(convSingTrP(q,r)) 342 &&(!rIsNCRing(r))) 347 343 { 348 344 poly res=singclap_pdivide(p, q, r); … … 353 349 } 354 350 else if ((r->cf->convSingNFactoryN!=ndConvSingNFactoryN) 355 &&(!rField_is_Ring(r))) 351 &&(!rField_is_Ring(r)) 352 &&(!rIsNCRing(r))) 356 353 { 357 354 poly res=singclap_pdivide(p, q, r);
Note: See TracChangeset
for help on using the changeset viewer.