Changeset 391323 in git for kernel/kutil.cc
- Timestamp:
- Oct 12, 2006, 10:55:42 AM (17 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 200e7290fa530efe0851712fa9c959236d73cb35
- Parents:
- 8fc1b4d51d3b74816a22e5b09d2875ca81a5c44d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r8fc1b4d r391323 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.3 1 2006-10-05 10:30:03Singular Exp $ */4 /* $Id: kutil.cc,v 1.32 2006-10-12 08:55:40 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 1223 1223 if (strat->sugarCrit) 1224 1224 { 1225 if( 1226 (!((strat->ecartS[i]>0)&&(ecart>0))) 1225 if((!((strat->ecartS[i]>0)&&(ecart>0))) 1227 1226 && pHasNotCF(p,strat->S[i])) 1228 1227 { … … 1460 1459 { 1461 1460 //PrintS("prod-crit\n"); 1462 1463 1464 1465 1466 1461 if (!rIsPluralRing(currRing)) 1462 { 1463 strat->cp++; 1464 return; 1465 } 1467 1466 } 1468 1467 … … 2651 2650 * otherwise, bba has to be changed 2652 2651 */ 2653 int posInS (kStrategy strat, int length,poly p, int ecart_p) 2652 int posInS (const kStrategy strat, const int length,const poly p, 2653 const int ecart_p) 2654 2654 { 2655 2655 if(length==-1) return 0;
Note: See TracChangeset
for help on using the changeset viewer.