Changeset fe89b98 in git for kernel/gr_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/gr_kstd2.cc

    r4691363 rfe89b98  
    906906        return 0;
    907907      }
    908       if (strat->honey && pLexOrder)
     908      if (strat->honey && currRing->pLexOrder)
    909909        strat->initEcart(h);
    910910      /* h.length:=l; */
     
    922922//        }
    923923//      }
    924       if (strat->honey || pLexOrder)
     924      if (strat->honey || currRing->pLexOrder)
    925925      {
    926926        pass++;
     
    979979  else if (strat->honey)
    980980    strat->red = nc_redHoney;
    981   else if (pLexOrder && !strat->homog)
     981  else if (currRing->pLexOrder && !strat->homog)
    982982    strat->red = nc_redLazy;
    983983  else if (TEST_OPT_INTSTRATEGY && strat->homog)
     
    10071007#endif
    10081008
    1009   if (pLexOrder && strat->honey)
     1009  if (currRing->pLexOrder && strat->honey)
    10101010    strat->initEcart = initEcartNormal;
    10111011  else
Note: See TracChangeset for help on using the changeset viewer.