Changeset 0885fd in git


Ignore:
Timestamp:
Dec 2, 2010, 5:24:34 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
3ed0a6b5a78295e6546924ade5684920f45e3368
Parents:
9f34eef8dd31c7555d50d92bad15cb2fa4b68b19
Message:
janet: pSimpleContent

git-svn-id: file:///usr/local/Singular/svn/trunk@13706 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    r9f34ee r0885fd  
    349349
    350350void      p_Content(poly p, const ring r);
    351 //void      pSimpleContent(poly p, int s);
     351void      pSimpleContent(poly p, int s);
    352352poly      p_Cleardenom(poly p, const ring r);
    353353void      p_Cleardenom_n(poly p, const ring r,number &c);
  • kernel/polys1.cc

    r9f34ee r0885fd  
    650650}
    651651
    652 #if 0 // currently not used
    653652void pSimpleContent(poly ph,int smax)
    654653{
     
    705704  nlDelete(&h,currRing);
    706705}
    707 #endif
    708706
    709707number pInitContent(poly ph)
Note: See TracChangeset for help on using the changeset viewer.