Changeset fe89b98 in git for kernel/kstd2.cc


Ignore:
Timestamp:
Aug 21, 2011, 3:28:09 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2e757c48501ca724ccafe96fc2ffb048a4ca59de
Parents:
4691363437c8cb2f8bd9e698274bb467a91b9feb
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-21 15:28:09+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:24+01:00
Message:
fix pLeXOrder
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    r4691363 rfe89b98  
    118118#if 1
    119119  int ende;
    120   if ((strat->ak>0) || pLexOrder) ende=strat->sl;
     120  if ((strat->ak>0) || currRing->pLexOrder) ende=strat->sl;
    121121  else ende=posInS(strat,*max_ind,p,0)+1;
    122122  if (ende>(*max_ind)) ende=(*max_ind);
     
    19751975  strat->red = redFirstShift; /* no redHomog ! */
    19761976
    1977   if (pLexOrder && strat->honey)
     1977  if (currRing->pLexOrder && strat->honey)
    19781978    strat->initEcart = initEcartNormal;
    19791979  else
Note: See TracChangeset for help on using the changeset viewer.