Changeset f32df1 in git


Ignore:
Timestamp:
Jul 7, 2015, 3:01:44 PM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
1c3860b85a769e98757cea4c9c523161e6ffc106
Parents:
80233604ae6eef64f91c19dd7fe4a5b978e249d2
Message:
fix: initenterpairs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    r802336 rf32df1  
    32283228        {
    32293229          #if ADIDEBUG
    3230           PrintS("\n initenterpairs: \n");
     3230          PrintS("\n Trying to add spoly : \n");
    32313231          PrintS("                ");p_Write(h, strat->tailRing);
    32323232          PrintS("                ");p_Write(strat->S[j],strat->tailRing);
     
    32503250      }
    32513251    }
     3252    #if 1
    32523253
    32533254    if (new_pair)
    32543255    {
    3255 #ifdef HAVE_RATGRING
     3256    #ifdef HAVE_RATGRING
    32563257      if (currRing->real_var_start>0)
    32573258        chainCritPart(h,ecart,strat);
    32583259      else
    3259 #endif
     3260    #endif
    32603261      strat->chainCrit(h,ecart,strat);
    32613262    }
    3262   }
     3263    #else
     3264    kMergeBintoL(strat);
     3265  }
     3266  #endif
    32633267}
    32643268
     
    84068410    updateS(TRUE,strat);
    84078411  }
    8408   if (strat->fromQ!=NULL) omFreeSize(strat->fromQ,IDELEMS(strat->Shdl)*sizeof(int));
    8409   strat->fromQ=NULL;
     8412  //if (strat->fromQ!=NULL) omFreeSize(strat->fromQ,IDELEMS(strat->Shdl)*sizeof(int));
     8413  //strat->fromQ=NULL;
     8414  assume(kTest_TS(strat));
    84108415}
    84118416
Note: See TracChangeset for help on using the changeset viewer.