Changeset d72574 in git
- Timestamp:
- Jul 6, 2010, 12:21:10 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 9718cd420b91cd6f3027a8cfa87096bc8a883b1f
- Parents:
- c380cd20c0934bbaf575f66ab2d1c33c4ee827fb
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys-impl.cc
rc380cd rd72574 45 45 * 46 46 ***************************************************************/ 47 48 49 void ppDelete(poly* p, const ring rg)50 {51 ring origRing = currRing;52 rChangeCurrRing(rg);53 pDelete(p);54 rChangeCurrRing(origRing);55 }56 47 57 48 -
kernel/polys.h
rc380cd rd72574 317 317 poly pmInit(const char *s, BOOLEAN &ok); /* monom -> poly, interpreter */ 318 318 const char * p_Read(const char *s, poly &p,const ring r); /* monom -> poly */ 319 void ppDelete(poly * a,const ring r);320 319 321 320 /*-------------operations on polynomials:------------*/
Note: See TracChangeset
for help on using the changeset viewer.