Changeset 5eccfaa in git
- Timestamp:
- Oct 17, 2006, 8:48:43 AM (17 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- e690a910bccbd407fbac04569940e04393d249b2
- Parents:
- 8f63da55b6d14a891a0a092d72c294b3ea13419c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb.cc
r8f63da5 r5eccfaa 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb.cc,v 1.10 2 2006-10-12 08:55:42 SingularExp $ */7 /* $Id: tgb.cc,v 1.103 2006-10-17 06:48:43 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: slimgb and F4 implementation … … 772 772 P.sev=strat->sevS[i]; 773 773 int dummy=strat->sl; 774 if(kFindDivisibleByInS(strat,&dummy,&P)!=i) 774 //if(kFindDivisibleByInS(strat,&dummy,&P)!=i) 775 if (kFindDivisibleByInS_easy(strat,P.p,P.sev)!=i) 775 776 { 776 777 deleteInS(i,strat); … … 2032 2033 { 2033 2034 int dummy=strat->sl; 2034 j=kFindDivisibleByInS (strat,&dummy,&P);2035 j=kFindDivisibleByInS_easy(strat,P.p,P.sev);//kFindDivisibleByInS(strat,&dummy,&P); 2035 2036 if (j>=0) 2036 2037 {
Note: See TracChangeset
for help on using the changeset viewer.