Changeset d1dc39 in git for factory/facFqBivar.cc


Ignore:
Timestamp:
Apr 28, 2012, 10:11:51 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
7a1151d0e820ebe7486137ac2e2edc736ee573fd
Parents:
18a66064a9a8616bef22907b60e68633bfc80c55
git-author:
Martin Lee <martinlee84@web.de>2012-04-28 22:11:51+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-05-07 18:19:12+02:00
Message:
fix: deleted unused variables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    r18a660 rd1dc39  
    22842284                  )
    22852285{
    2286   bool irreducible= false;
    22872286  int d;
    22882287  int* bounds= computeBounds (F, d);
     
    23472346        if (NTLN.NumCols() == 1)
    23482347        {
    2349           irreducible= true;
    23502348          delete [] A;
    23512349          delete [] bounds;
     
    24172415                  )
    24182416{
    2419   bool irreducible= false;
    24202417  int d;
    24212418  int* bounds= computeBounds (F, d);
     
    24802477        if (NTLN.NumCols() == 1)
    24812478        {
    2482           irreducible= true;
    24832479          delete [] A;
    24842480          delete [] bounds;
     
    25522548  int degMipo= degree (getMipo (info.getAlpha()));
    25532549  Variable alpha= info.getAlpha();
    2554   bool irreducible= false;
    25552550  int d;
    25562551  int* bounds= computeBounds (F, d);
     
    26692664        if (NTLN.NumCols() == 1)
    26702665        {
    2671           irreducible= true;
    26722666          Variable y= Variable (2);
    26732667          CanonicalForm tmp= F (y - evaluation, y);
     
    27412735                    const Variable& alpha, int precision)
    27422736{
    2743   bool irreducible= false;
    27442737  int d;
    27452738  int* bounds= computeBounds (F, d);
     
    28052798        if (NTLN.NumCols() == 1)
    28062799        {
    2807           irreducible= true;
    28082800          delete [] A;
    28092801          delete [] bounds;
     
    28632855                       )
    28642856{
    2865   bool irreducible= false;
    28662857  int d;
    28672858  int* bounds= computeBounds (F, d);
     
    29272918        if (NTLN.NumCols() == 1)
    29282919        {
    2929           irreducible= true;
    29302920          delete [] A;
    29312921          delete [] bounds;
     
    29952985{
    29962986  CFList result= CFList();
    2997   bool irreducible= false;
    29982987  CFArray * A= new CFArray [factors.length()];
    29992988  int oldL2= oldL/2;
     
    30523041        if (NTLN.NumCols() == 1)
    30533042        {
    3054           irreducible= true;
    30553043          delete [] A;
    30563044          return CFList (F);
     
    30603048    if (NTLN.NumCols() == 1)
    30613049    {
    3062       irreducible= true;
    30633050      delete [] A;
    30643051      return CFList (F);
     
    31023089{
    31033090  CFList result= CFList();
    3104   bool irreducible= false;
    31053091  CFArray * A= new CFArray [factors.length()];
    31063092  int oldL2= oldL/2;
     
    31563142        if (NTLN.NumCols() == 1)
    31573143        {
    3158           irreducible= true;
    31593144          delete [] A;
    31603145          return CFList (F);
     
    31643149    if (NTLN.NumCols() == 1)
    31653150    {
    3166       irreducible= true;
    31673151      delete [] A;
    31683152      return CFList (F);
     
    32103194{
    32113195  CFList result= CFList();
    3212   bool irreducible= false;
    32133196  CFArray * A= new CFArray [factors.length()];
    32143197  int oldL2= oldL/2; //be careful
     
    33213304        if (NTLN.NumCols() == 1)
    33223305        {
    3323           irreducible= true;
    33243306          Variable y= Variable (2);
    33253307          CanonicalForm tmp= F (y - evaluation, y);
     
    33333315    if (NTLN.NumCols() == 1)
    33343316    {
    3335       irreducible= true;
    33363317      Variable y= Variable (2);
    33373318      CanonicalForm tmp= F (y - evaluation, y);
     
    33823363{
    33833364  CFList result= CFList();
    3384   bool irreducible= false;
    33853365  CFArray * A= new CFArray [factors.length()];
    33863366  int extensionDeg= degree (getMipo (alpha));
     
    34373417        if (NTLN.NumCols() == 1)
    34383418        {
    3439           irreducible= true;
    34403419          delete [] A;
    34413420          return CFList (F);
Note: See TracChangeset for help on using the changeset viewer.