Changeset cc4cc80 in git for libpolys/polys/kbuckets.cc


Ignore:
Timestamp:
Nov 22, 2012, 6:13:04 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5d369c3cbad1a1bf2d5c856a48fb8a30b51cec3b')
Children:
32a76d8ff1ea7276dcd4a51110cc4bfb4506c97f
Parents:
e43dc39725c5d5b404d7ba9374a3c75ad9c923fb
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-22 18:13:04+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-22 20:43:02+01:00
Message:
Eliminate compiler warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/kbuckets.cc

    re43dc3 rcc4cc80  
    11251125
    11261126  assume(l1==pLength(a1));
     1127#if 0
    11271128  BOOLEAN backuped=FALSE;
    11281129  number coef;
    1129   #if 0
    11301130  //@Viktor, don't ignore coefficients on monomials
    11311131  if(l1==1) {
     
    11431143    //}
    11441144  }
    1145   #endif
     1145#endif
    11461146
    11471147  kBucket_Minus_m_Mult_p(bucket, lm, a1, &l1, spNoether);
    11481148
     1149#if 0
    11491150  if (backuped)
    11501151    p_SetCoeff0(a1,coef,r);
     1152#endif
     1153
    11511154  p_LmDelete(&lm, r);
    11521155  if (reset_vec) p_SetCompP(a1, 0, r);
Note: See TracChangeset for help on using the changeset viewer.