Changeset cd4f24 in git for numeric


Ignore:
Timestamp:
Feb 21, 2013, 5:32:27 PM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
69658e5e110d586876c43dd51520b4365cec0c52
Parents:
2e4ec146a83f4d025c2cb4229c4b171a375173c1
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 17:32:27+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 20:00:59+01:00
Message:
fix: -Wunused-but-set-variable warnings
Location:
numeric
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • numeric/mpr_base.cc

    r2e4ec14 rcd4f24  
    18611861{
    18621862  int i,cp;
    1863   poly pp,phelp,piter;
     1863  poly pp,phelp/*,piter*/;
    18641864
    18651865  mprPROTnl("smCallDet");
     
    18701870    pDelete( &pp );
    18711871    phelp= NULL;
    1872     piter= NULL;
     1872    // piter= NULL;
    18731873    for ( cp= 2; cp <= idelem; cp++ )
    18741874    { // u1 .. un
     
    30723072rootContainer ** uResultant::specializeInU( BOOLEAN matchUp, const number subDetVal )
    30733073{
    3074   int i,p,uvar;
     3074  int i,/*p,*/uvar;
    30753075  long tdg;
    30763076  poly pures,piter;
     
    30923092  // now we evaluate D(u0,-1,0,...0), D(u0,0,-1,0,...,0), ..., D(u0,0,..,0,-1)
    30933093  // or D(u0,k1,k2,0,...,0), D(u0,k1,k2,k3,0,...,0), ..., D(u0,k1,k2,k3,...,kn)
    3094   p=3;
     3094  // p=3;
    30953095  for ( uvar= 0; uvar < loops; uvar++ )
    30963096  {
     
    32063206  simplex * LP;
    32073207  int i;
    3208   int n,totverts,idelem;
     3208  int /*n,*/totverts,idelem;
    32093209  ideal idr;
    32103210
    3211   n= (currRing->N);
     3211  // n= (currRing->N);
    32123212  idelem= IDELEMS(id);  // should be n+1
    32133213
  • numeric/mpr_numeric.cc

    r2e4ec14 rcd4f24  
    116116{
    117117  int j;
    118   long i,c,sum;
     118  long i,/*c,*/sum;
    119119
    120120  poly pnew,pit=NULL;
    121121
    122   c=0;
     122  // c=0;
    123123  sum=0;
    124124
Note: See TracChangeset for help on using the changeset viewer.