Changeset e91ba4 in git


Ignore:
Timestamp:
Mar 24, 2011, 2:49:38 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
663c395f8f2861da3b594dcd7aa6ce2bfa58a49d
Parents:
cd388c6f299310d609c351b73cb6d699c0bff088
Message:
fix asujmes: strat->last

git-svn-id: file:///usr/local/Singular/svn/trunk@14052 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    rcd388c6 re91ba4  
    717717          /*- h will not become the next element to reduce -*/
    718718        {
     719          h->last=NULL;
    719720          enterL(&strat->L,&strat->Ll,&strat->Lmax,*h,at);
    720721#ifdef KDEBUG
     
    781782      {
    782783        int dummy=strat->sl;
     784        h->last=NULL;
    783785        if (kFindDivisibleByInS(strat, &dummy, h) < 0)
    784786          return 1;
     
    802804          h->GetP();
    803805          at = strat->posInL(strat->L,strat->Ll,h,strat);
     806          h->last=NULL;
    804807          enterL(&strat->L,&strat->Ll,&strat->Lmax,*h,at);
    805808          h->Clear();
     
    926929        };
    927930#endif
    928        
     931
    929932        return NULL;
    930933      }
Note: See TracChangeset for help on using the changeset viewer.