Changeset fbc0b6 in git
- Timestamp:
- Oct 16, 2006, 5:06:24 PM (17 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 8f63da55b6d14a891a0a092d72c294b3ea13419c
- Parents:
- e8492c0397c2e2e0772582e6787ee288d3c77a44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
re8492c rfbc0b6 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd2.cc,v 1.2 2 2006-10-12 08:55:40Singular Exp $ */4 /* $Id: kstd2.cc,v 1.23 2006-10-16 15:06:24 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=strat->sl; 91 if ((*max_ind)<ende) ende=posInS(strat,*max_ind,p,0)+1; 90 int ende=posInS(strat,*max_ind,p,0)+1; 92 91 if (ende>(*max_ind)) ende=(*max_ind); 93 92 (*max_ind)=ende;
Note: See TracChangeset
for help on using the changeset viewer.