Changeset 18dab28 in git for libpolys/polys


Ignore:
Timestamp:
Jun 10, 2011, 12:20:01 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Location:
libpolys/polys
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/longalg.h

    r91c34a r18dab28  
    1111#include <coeffs/longrat.h>
    1212#include <polys/monomials/ring.h>
    13 #include <polys/monomials/polys-impl.h>
    1413#include <polys/ext_fields/longtrans.h>
    1514
  • libpolys/polys/ext_fields/longtrans.h

    r91c34a r18dab28  
    1010*/
    1111#include <coeffs/longrat.h>
    12 #include <polys/monomials/polys-impl.h>
    1312
    1413/*
  • libpolys/polys/monomials/monomials.cc

    r91c34a r18dab28  
    2929#define NO_INLINE3
    3030#endif
    31 #include <polys/monomials/polys-impl.h>
    3231
    3332#include <polys/monomials/ring.h>
  • libpolys/polys/monomials/p_polys.h

    r91c34a r18dab28  
    2525#include <polys/monomials/ring.h>
    2626#include <polys/monomials/monomials.h>
    27 #include <polys/monomials/polys-impl.h>
    2827
    2928#include <polys/templates/p_MemAdd.h>
  • 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.