Changeset 6e0750 in git
- Timestamp:
- Jun 10, 2010, 2:55:35 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 604d8bb038d7aa985d50d55053096e60b087e614
- Parents:
- a0d9be8bca240bb2c7f44cf7cac23306fc32fcfd
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
ra0d9be r6e0750 3885 3885 // CopyD for POLY_CMD and VECTOR_CMD are identical: 3886 3886 poly p=(poly)v->CopyD(POLY_CMD); 3887 if (p!=NULL) p Cleardenom(p);3887 if (p!=NULL) p_Cleardenom(p, currRing); 3888 3888 res->data = (char *)p; 3889 3889 return FALSE; -
Singular/janet.cc
ra0d9be r6e0750 107 107 x->root=ksOldSpolyRed(y->root,x->root,NULL); 108 108 #endif 109 // if (x->root) p Content(x->root);109 // if (x->root) p_Content(x->root,currRing); 110 110 // if (x->root) pSimpleContent(x->root,5); 111 111 … … 165 165 { 166 166 //pSimpleContent(pp,2); 167 p Content(pp);167 p_Content(pp,currRing); 168 168 count=0; 169 169 // old_size=nSize(pGetCoeff(pp)); … … 176 176 } 177 177 178 if (done) p Content(p->root);178 if (done) p_Content(p->root,currRing); 179 179 //if (done) pSimpleContent(p->root,-1); 180 180 pTest(p->root); … … 287 287 p->changed=1; 288 288 289 p Content(p->root);289 p_Content(p->root,currRing); 290 290 //pSimpleContent(p->root,-1); 291 291 pTest(p->root);
Note: See TracChangeset
for help on using the changeset viewer.