Changeset dd60f3c in git
- Timestamp:
- Jan 31, 2007, 11:11:48 AM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 9108d34b50bbad2ac2032416e205c835f49bad41
- Parents:
- b3789a81928d6793696598191a3de4c8374a89bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
rb3789a rdd60f3c 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd2.cc,v 1.3 5 2007-01-10 17:01:57Singular Exp $ */4 /* $Id: kstd2.cc,v 1.36 2007-01-31 10:11:48 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: alg. of Buchberger … … 88 88 89 89 pAssume(~not_sev == p_GetShortExpVector(p, currRing)); 90 #if 0 91 int ende=posInS(strat,*max_ind,p,0)+1+(strat->ak>0)*pGetComp(p); 90 #if 1 91 int ende; 92 if (strat->ak>0) ende=strat->sl; 93 else ende=posInS(strat,*max_ind,p,0)+1; 92 94 if (ende>(*max_ind)) ende=(*max_ind); 93 95 #else
Note: See TracChangeset
for help on using the changeset viewer.