Changeset 815d74 in git
- Timestamp:
- Dec 2, 2010, 5:40:57 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- f318b4c5bdb2a103e88f3356a03bd5eea3ab0133
- Parents:
- 3ed0a6b5a78295e6546924ade5684920f45e3368
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
r3ed0a6 r815d74 393 393 394 394 /*-----------type conversions ----------------------------*/ 395 poly pPolys2Vec(polyset p, int len);395 //poly pPolys2Vec(polyset p, int len); 396 396 void pVec2Polys(poly v, polyset *p, int *len); 397 397 int p_Var(poly mi,const ring r); -
kernel/polys1.cc
r3ed0a6 r815d74 1540 1540 1541 1541 /*-----------type conversions ----------------------------*/ 1542 #if 0 1542 1543 /*2 1543 1544 * input: a set of polys (len elements: p[0]..p[len-1]) … … 1562 1563 return v; 1563 1564 } 1565 #endif 1564 1566 1565 1567 /*2
Note: See TracChangeset
for help on using the changeset viewer.