Changeset f41bd9 in git
- Timestamp:
- Nov 17, 2006, 3:48:40 PM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- f7bfe57a1b40c83680cd53d79cc0b6eaa191eb5a
- Parents:
- cbeafc2d8ef1c1721a0d5867a957c47c3dc013a9
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
rcbeafc2 rf41bd9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd2.cc,v 1.2 5 2006-10-24 09:45:22 wienandExp $ */4 /* $Id: kstd2.cc,v 1.26 2006-11-17 14:47:37 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: alg. of Buchberger … … 88 88 89 89 pAssume(~not_sev == p_GetShortExpVector(p, currRing)); 90 //int ende=posInS(strat,*max_ind,p,0)+1+(strat->ak>0)*pGetComp(p); 91 //if (ende>(*max_ind)) ende=(*max_ind); 90 #if 0 91 int ende=posInS(strat,*max_ind,p,0)+1+(strat->ak>0)*pGetComp(p); 92 if (ende>(*max_ind)) ende=(*max_ind); 93 #else 92 94 int ende=strat->sl; 95 #endif 93 96 (*max_ind)=ende; 94 97 loop -
kernel/kutil.cc
rcbeafc2 rf41bd9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.3 5 2006-11-07 10:16:50 wienandExp $ */4 /* $Id: kutil.cc,v 1.36 2006-11-17 14:48:40 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 2678 2678 /*2 2679 2679 *looks up the position of p in set 2680 *set[0] is the smallest with respect to the ordering-procedure 2681 *pComp 2680 *set[0] is the smallest with respect to the ordering-procedure deg/pComp 2682 2681 * Assumption: posInS only depends on the leading term 2683 2682 * otherwise, bba has to be changed … … 2694 2693 int pc=pGetComp(p); 2695 2694 if ((currRing->MixedOrder) 2696 //|| (strat->ak>0) 2695 #if 0 2696 || ((strat->ak>0) && ((currRing->order[0]==ringorder_c)||((currRing->order[0]==ringorder_C)))) 2697 #endif 2697 2698 ) 2698 2699 {
Note: See TracChangeset
for help on using the changeset viewer.