Changeset cb157a in git


Ignore:
Timestamp:
Apr 13, 2013, 2:36:38 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
4c9cf1f4c24c8ead71bda2b6727665cf8975752b
Parents:
86ab0a6b6bc63e9d877935e6737f1ddb83372a09
Message:
removed: p_GetAllDenom (unused)
Location:
libpolys/polys/monomials
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r86ab0a6 rcb157a  
    28322832}
    28332833
     2834#if 0   /*unused*/
    28342835number p_GetAllDenom(poly ph, const ring r)
    28352836{
     
    28512852  return d;
    28522853}
     2854#endif
    28532855
    28542856int p_Size(poly p, const ring r)
  • libpolys/polys/monomials/p_polys.h

    r86ab0a6 rcb157a  
    213213poly      p_Cleardenom(poly p, const ring r);
    214214void      p_Cleardenom_n(poly p, const ring r,number &c);
    215 number    p_GetAllDenom(poly ph, const ring r);
     215//number    p_GetAllDenom(poly ph, const ring r);// unused
    216216
    217217int       p_Size( poly p, const ring r );
Note: See TracChangeset for help on using the changeset viewer.