Changeset 0b4ec2 in git for kernel/kutil.cc
- Timestamp:
- Feb 23, 2009, 12:26:29 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e5408173a819cf24009069d4443ae2c98be47c45
- Parents:
- 05eb8c338d5239a2e038f0b776772d795b3ac14e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r05eb8c r0b4ec2 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.12 2 2009-02-23 10:59:20Singular Exp $ */4 /* $Id: kutil.cc,v 1.123 2009-02-23 11:26:29 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 160 160 { 161 161 #ifdef HAVE_PLURAL 162 if ( currRing->real_var_start>0)162 if (rIsRatGRing(currRing)) 163 163 { 164 164 if (_p_LmDivisibleByPart(p,currRing, … … 2296 2296 if (new_pair) 2297 2297 { 2298 #ifdef HAVE_PLURAL2299 if (currRing->real_var_start>0)2300 chainCritPart(h,ecart,strat);2301 else2302 #endif2303 2298 strat->chainCrit(h,ecart,strat); 2304 2299 } … … 5548 5543 } 5549 5544 #endif 5545 #ifdef HAVE_PLURAL 5546 if (rIsRatGRing(currRing)) 5547 { 5548 strat->chainCrit=chainCritPart; 5549 } 5550 #endif 5550 5551 5551 5552 strat->sugarCrit = TEST_OPT_SUGARCRIT;
Note: See TracChangeset
for help on using the changeset viewer.