Changeset fe66ba8 in git


Ignore:
Timestamp:
Aug 3, 2011, 6:43:12 PM (13 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
fixed janet.cc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/janet.cc

    r71fcb3f rfe66ba8  
    1212#include <Singular/subexpr.h>
    1313#include <polys/kbuckets.h>
    14 #include <kernel/longrat.h>
     14#include <coeffs/longrat.h>
     15#include <polys/monomials/p_polys.h>
    1516
    1617#if (defined(__CYGWIN__))
     
    261262      {
    262263        kBucketClear(p->root_b,&p->root,&p->root_l);
    263         pSimpleContent(p->root,2);
     264        p_SimpleContent(p->root,2,currRing);
    264265        kBucketInit(p->root_b,p->root,p->root_l);
    265266        count=0;
  • libpolys/polys/monomials/p_polys.h

    r71fcb3f rfe66ba8  
    227227
    228228void      p_Content(poly p, const ring r);
    229 //void      p_SimpleContent(poly p, int s, const ring r);
     229void      p_SimpleContent(poly p, int s, const ring r);
    230230
    231231poly      p_Cleardenom(poly p, const ring r);
Note: See TracChangeset for help on using the changeset viewer.