Changeset f32df1 in git
- Timestamp:
- Jul 7, 2015, 3:01:44 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 1c3860b85a769e98757cea4c9c523161e6ffc106
- Parents:
- 80233604ae6eef64f91c19dd7fe4a5b978e249d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kutil.cc
r802336 rf32df1 3228 3228 { 3229 3229 #if ADIDEBUG 3230 PrintS("\n initenterpairs: \n");3230 PrintS("\n Trying to add spoly : \n"); 3231 3231 PrintS(" ");p_Write(h, strat->tailRing); 3232 3232 PrintS(" ");p_Write(strat->S[j],strat->tailRing); … … 3250 3250 } 3251 3251 } 3252 #if 1 3252 3253 3253 3254 if (new_pair) 3254 3255 { 3255 #ifdef HAVE_RATGRING3256 #ifdef HAVE_RATGRING 3256 3257 if (currRing->real_var_start>0) 3257 3258 chainCritPart(h,ecart,strat); 3258 3259 else 3259 #endif3260 #endif 3260 3261 strat->chainCrit(h,ecart,strat); 3261 3262 } 3262 } 3263 #else 3264 kMergeBintoL(strat); 3265 } 3266 #endif 3263 3267 } 3264 3268 … … 8406 8410 updateS(TRUE,strat); 8407 8411 } 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)); 8410 8415 } 8411 8416
Note: See TracChangeset
for help on using the changeset viewer.