Changeset c1b9927 in git for factory/facFqFactorize.cc


Ignore:
Timestamp:
Jun 7, 2011, 3:27:18 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
639652f186091509059ccc76f18852db93c1b988
Parents:
6e2ef0e6c1f75468f4ae12cfb9e5273eb4aa81c1
Message:
- removed some unsed variables
- never put static inline routine without a body in a .h file



git-svn-id: file:///usr/local/Singular/svn/trunk@14265 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.cc

    r6e2ef0e rc1b9927  
    9898  CFList L;
    9999  Variable alpha;
    100   bool algExt= hasFirstAlgVar (G, alpha);
    101100  for (CFIterator i= G; i.hasTerms(); i++)
    102101    L.append (i.coeff());
     
    643642  bool noSubset= false;
    644643  CFArray TT;
    645   int subsetDeg;
    646644  TT= copy (factors);
    647645  bool recombination= false;
     
    770768  bool noSubset= false;
    771769  CFArray TT;
    772   int subsetDeg;
    773770  TT= copy (factors);
    774771  Variable y= F.level() - 1;
     
    13051302  int smallFactorDeg= 11; //tunable parameter
    13061303  CFList result;
    1307   int newLiftBound= 0;
    13081304  int adaptedLiftBound= 0;
    13091305  int liftBound= liftBounds[1];
    13101306
    13111307  earlySuccess= false;
    1312   bool earlyReconst= false;
    13131308  CFList earlyReconstFactors;
    13141309  CFListIterator j= Aeval;
     
    15941589  CanonicalForm gamma= info.getGamma();
    15951590  CanonicalForm delta= info.getDelta();
    1596   int k= info.getGFDegree();
    15971591  bool extension= info.isInExtension();
    15981592  bool GF= (CFFactory::gettype() == GaloisFieldDomain);
     
    18011795
    18021796  int* liftBounds;
    1803   int liftBoundsLength= F.level() - 1;
    18041797  liftBounds= liftingBounds (A, lift);
    18051798
Note: See TracChangeset for help on using the changeset viewer.