Ignore:
Timestamp:
Jun 10, 2011, 12:20:01 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
fad7c58253719d304f98b93aba2f1184366af88e
Parents:
91c34a0822ed8e2af9751d2145133f8a93c79b88
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-06-10 12:20:01+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:09+01:00
Message:
fix unseless includes of polys-impl.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/simpleideals.cc

    r91c34a r18dab28  
    463463intvec *id_Sort(ideal id,BOOLEAN nolex, const ring r)
    464464{
    465   poly p,q;
    466465  intvec * result = new intvec(IDELEMS(id));
    467   int i, j, actpos=0, newpos, l;
     466  int i, j, actpos=0, newpos;
    468467  int diff, olddiff, lastcomp, newcomp;
    469468  BOOLEAN notFound;
     
    11031102void id_Compactify(ideal id, const ring r)
    11041103{
    1105   int i,j;
     1104  int i;
    11061105  BOOLEAN b=FALSE;
    11071106
     
    11681167  int mr=MATROWS(mat);
    11691168  ideal result = idInit(si_max(mc,1),si_max(mr,1));
    1170   int i,j, l;
     1169  int i,j,l;
    11711170  poly h;
    1172   poly p;
    11731171  sBucket_pt bucket = sBucketCreate(R);
    11741172
     
    13071305  long cmax=1,order=0,ord,* diff,diffmin=32000;
    13081306  int *iscom;
    1309   int i,j;
     1307  int i;
    13101308  poly p=NULL;
    13111309  pFDegProc d;
Note: See TracChangeset for help on using the changeset viewer.