Changeset fe89b98 in git for kernel/gr_kstd2.cc
- Timestamp:
- Aug 21, 2011, 3:28:09 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
r4691363 rfe89b98 906 906 return 0; 907 907 } 908 if (strat->honey && pLexOrder)908 if (strat->honey && currRing->pLexOrder) 909 909 strat->initEcart(h); 910 910 /* h.length:=l; */ … … 922 922 // } 923 923 // } 924 if (strat->honey || pLexOrder)924 if (strat->honey || currRing->pLexOrder) 925 925 { 926 926 pass++; … … 979 979 else if (strat->honey) 980 980 strat->red = nc_redHoney; 981 else if ( pLexOrder && !strat->homog)981 else if (currRing->pLexOrder && !strat->homog) 982 982 strat->red = nc_redLazy; 983 983 else if (TEST_OPT_INTSTRATEGY && strat->homog) … … 1007 1007 #endif 1008 1008 1009 if ( pLexOrder && strat->honey)1009 if (currRing->pLexOrder && strat->honey) 1010 1010 strat->initEcart = initEcartNormal; 1011 1011 else
Note: See TracChangeset
for help on using the changeset viewer.