Changeset 5698bb in git
- Timestamp:
- Dec 2, 2010, 5:18:15 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 6438a1226731efcf53d1aec6ebbeb53026ff087b
- Parents:
- 852d4b70bcea05af98462b8e106e5659ea831e1b
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-12-02 17:18:15+01:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:57:46+01:00
- Location:
- libpolys/polys/monomials
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.cc
r852d4b7 r5698bb 1868 1868 } 1869 1869 } 1870 #if 0 // currently not used 1870 1871 void p_SimpleContent(poly ph,int smax, const ring r) 1871 1872 { … … 1922 1923 nlDelete(&h,r->cf); 1923 1924 } 1925 #endif 1924 1926 1925 1927 static number p_InitContent(poly ph, const ring r) -
libpolys/polys/monomials/p_polys.h
r852d4b7 r5698bb 300 300 301 301 void p_Content(poly p, const ring r); 302 void p_SimpleContent(poly p, int s, const ring r);302 //void p_SimpleContent(poly p, int s, const ring r); 303 303 304 304 poly p_Cleardenom(poly p, const ring r);
Note: See TracChangeset
for help on using the changeset viewer.