Changeset d0e703d in git for kernel/GBEngine/kutil.cc
- Timestamp:
- Jul 7, 2015, 3:31:10 PM (8 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 6eb2185c03b38906584bfd5975f6f6aeaac9a407
- Parents:
- 1d85ccd2371e3643aeb1cd5a430441d7f9693fb8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kutil.cc
r1d85ccd rd0e703d 1598 1598 enterL(&strat->B,&strat->Bl,&strat->Bmax,h,posx); 1599 1599 kTest_TS(strat); 1600 #endif 1600 1601 } 1601 1602 … … 3251 3252 } 3252 3253 #if 1 3253 3254 3254 if (new_pair) 3255 3255 { … … 3263 3263 #else 3264 3264 kMergeBintoL(strat); 3265 }3266 #endif3265 #endif 3266 } 3267 3267 } 3268 3268 … … 8669 8669 { 8670 8670 #if HAVE_RINGS 8671 if(!rField_is_Ring(currRing) || n_DivBy(r->m[l]->coef, Q->m[q]->coef, currRing)) )8671 if(!rField_is_Ring(currRing) || n_DivBy(r->m[l]->coef, Q->m[q]->coef, currRing)) 8672 8672 #endif 8673 8673 {
Note: See TracChangeset
for help on using the changeset viewer.