Changeset 0885fd in git
- Timestamp:
- Dec 2, 2010, 5:24:34 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 3ed0a6b5a78295e6546924ade5684920f45e3368
- Parents:
- 9f34eef8dd31c7555d50d92bad15cb2fa4b68b19
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
r9f34ee r0885fd 349 349 350 350 void p_Content(poly p, const ring r); 351 //void pSimpleContent(poly p, int s);351 void pSimpleContent(poly p, int s); 352 352 poly p_Cleardenom(poly p, const ring r); 353 353 void p_Cleardenom_n(poly p, const ring r,number &c); -
kernel/polys1.cc
r9f34ee r0885fd 650 650 } 651 651 652 #if 0 // currently not used653 652 void pSimpleContent(poly ph,int smax) 654 653 { … … 705 704 nlDelete(&h,currRing); 706 705 } 707 #endif708 706 709 707 number pInitContent(poly ph)
Note: See TracChangeset
for help on using the changeset viewer.