Changeset a25f7a7 in git


Ignore:
Timestamp:
Oct 10, 2012, 12:03:04 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
2df3610db1525b99bc5f170fb64ea83dc29d0ac6
Parents:
afbebe815ce0191aef7599e15334f3dca1757b2d
git-author:
Martin Lee <martinlee84@web.de>2012-10-10 12:03:04+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-10-24 12:26:22+02:00
Message:
chg: deleted some unused variable
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/facFactorize.cc

    rafbebe ra25f7a7  
    233233  CFList Aeval, list, evaluation, bufEvaluation, bufAeval;
    234234  int factorNums= 1;
    235   CanonicalForm bivarEval;
    236235  CFList biFactors, bufBiFactors;
    237236  CanonicalForm evalPoly;
     
    252251    E.nextpoint();
    253252    evalPoly= 0;
    254 
    255     bivarEval= bufEvaluation.getLast();
    256253
    257254    evaluationWRTDifferentSecondVars (bufAeval2, bufEvaluation, A);
  • factory/facFqFactorize.cc

    rafbebe ra25f7a7  
    23222322  int level;
    23232323  int factorNums= 3;
    2324   CanonicalForm bivarEval;
    23252324  CFList biFactors, bufBiFactors;
    23262325  CanonicalForm evalPoly;
     
    23852384    else if (fail && (i > 0))
    23862385      break;
    2387 
    2388     bivarEval= bufEvaluation.getLast();
    23892386
    23902387    evaluationWRTDifferentSecondVars (bufAeval2, bufEvaluation, A);
Note: See TracChangeset for help on using the changeset viewer.