Changeset 18dab28 in git for libpolys/polys/simpleideals.cc
- Timestamp:
- Jun 10, 2011, 12:20:01 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/simpleideals.cc
r91c34a r18dab28 463 463 intvec *id_Sort(ideal id,BOOLEAN nolex, const ring r) 464 464 { 465 poly p,q;466 465 intvec * result = new intvec(IDELEMS(id)); 467 int i, j, actpos=0, newpos , l;466 int i, j, actpos=0, newpos; 468 467 int diff, olddiff, lastcomp, newcomp; 469 468 BOOLEAN notFound; … … 1103 1102 void id_Compactify(ideal id, const ring r) 1104 1103 { 1105 int i ,j;1104 int i; 1106 1105 BOOLEAN b=FALSE; 1107 1106 … … 1168 1167 int mr=MATROWS(mat); 1169 1168 ideal result = idInit(si_max(mc,1),si_max(mr,1)); 1170 int i,j, 1169 int i,j,l; 1171 1170 poly h; 1172 poly p;1173 1171 sBucket_pt bucket = sBucketCreate(R); 1174 1172 … … 1307 1305 long cmax=1,order=0,ord,* diff,diffmin=32000; 1308 1306 int *iscom; 1309 int i ,j;1307 int i; 1310 1308 poly p=NULL; 1311 1309 pFDegProc d;
Note: See TracChangeset
for help on using the changeset viewer.