Changeset 5698bb in git


Ignore:
Timestamp:
Dec 2, 2010, 5:18:15 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
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
Message:
code cleanup: p_SimpleContent: currently not used
Location:
libpolys/polys/monomials
Files:
2 edited

Legend:

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

    r852d4b7 r5698bb  
    18681868  }
    18691869}
     1870#if 0 // currently not used
    18701871void p_SimpleContent(poly ph,int smax, const ring r)
    18711872{
     
    19221923  nlDelete(&h,r->cf);
    19231924}
     1925#endif
    19241926
    19251927static number p_InitContent(poly ph, const ring r)
  • libpolys/polys/monomials/p_polys.h

    r852d4b7 r5698bb  
    300300
    301301void      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);
    303303
    304304poly      p_Cleardenom(poly p, const ring r);
Note: See TracChangeset for help on using the changeset viewer.