Changeset e91ba4 in git for kernel/kstd2.cc
- Timestamp:
- Mar 24, 2011, 2:49:38 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 663c395f8f2861da3b594dcd7aa6ce2bfa58a49d
- Parents:
- cd388c6f299310d609c351b73cb6d699c0bff088
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
rcd388c6 re91ba4 717 717 /*- h will not become the next element to reduce -*/ 718 718 { 719 h->last=NULL; 719 720 enterL(&strat->L,&strat->Ll,&strat->Lmax,*h,at); 720 721 #ifdef KDEBUG … … 781 782 { 782 783 int dummy=strat->sl; 784 h->last=NULL; 783 785 if (kFindDivisibleByInS(strat, &dummy, h) < 0) 784 786 return 1; … … 802 804 h->GetP(); 803 805 at = strat->posInL(strat->L,strat->Ll,h,strat); 806 h->last=NULL; 804 807 enterL(&strat->L,&strat->Ll,&strat->Lmax,*h,at); 805 808 h->Clear(); … … 926 929 }; 927 930 #endif 928 931 929 932 return NULL; 930 933 }
Note: See TracChangeset
for help on using the changeset viewer.