Changeset fe66ba8 in git
- Timestamp:
- Aug 3, 2011, 6:43:12 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 9bf58f8f5de5f60734670074db331a8bc76702f4
- Parents:
- 71fcb3f6531e433dbdb1966908154aa7c46a268a
- git-author:
- Martin Lee <martinlee84@web.de>2011-08-03 18:43:12+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:19+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/janet.cc
r71fcb3f rfe66ba8 12 12 #include <Singular/subexpr.h> 13 13 #include <polys/kbuckets.h> 14 #include <kernel/longrat.h> 14 #include <coeffs/longrat.h> 15 #include <polys/monomials/p_polys.h> 15 16 16 17 #if (defined(__CYGWIN__)) … … 261 262 { 262 263 kBucketClear(p->root_b,&p->root,&p->root_l); 263 p SimpleContent(p->root,2);264 p_SimpleContent(p->root,2,currRing); 264 265 kBucketInit(p->root_b,p->root,p->root_l); 265 266 count=0; -
libpolys/polys/monomials/p_polys.h
r71fcb3f rfe66ba8 227 227 228 228 void p_Content(poly p, const ring r); 229 //void p_SimpleContent(poly p, int s, const ring r);229 void p_SimpleContent(poly p, int s, const ring r); 230 230 231 231 poly p_Cleardenom(poly p, const ring r);
Note: See TracChangeset
for help on using the changeset viewer.