Changeset fffb3f in git
- Timestamp:
- May 20, 1998, 12:08:41 PM (25 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- a0858c1f380d8ca8dfc2ab3e3542af4ba4ad5399
- Parents:
- 023adb8fb6d2072bffd057e8797ab9fabb2e9769
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/kstd1.cc
r023adb rfffb3f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd1.cc,v 1.2 1 1998-05-14 13:04:16 Singular Exp $ */4 /* $Id: kstd1.cc,v 1.22 1998-05-20 10:08:39 pfister Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 2218 2218 if (pOrdSgn == -1) strat->honey = TRUE; 2219 2219 initS(F,Q,strat); 2220 if (TEST_OPT_REDSB) 2221 strat->noTailReduction=FALSE; 2220 2222 updateS(TRUE,strat); 2221 2223 if (TEST_OPT_REDSB && TEST_OPT_INTSTRATEGY) -
Singular/kutil.cc
r023adb rfffb3f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.2 0 1998-05-14 13:04:19 Singular Exp $ */4 /* $Id: kutil.cc,v 1.21 1998-05-20 10:08:41 pfister Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 3102 3102 redSi = pHead(strat->S[i]); 3103 3103 strat->S[i] = redBba(strat->S[i],i-1,strat); 3104 if ((strat->ak!=0)&&(strat->S[i]!=NULL)) strat->S[i]=redQ(strat->S[i],i+1,strat); /*reduce S[i] mod Q*/ 3104 if ((strat->ak!=0)&&(strat->S[i]!=NULL)) 3105 strat->S[i]=redQ(strat->S[i],i+1,strat); /*reduce S[i] mod Q*/ 3105 3106 if (TEST_OPT_PROT && (pComp(redSi,strat->S[i])!=0)) 3106 3107 { … … 3201 3202 if (toT) 3202 3203 { 3203 for (i= 0; i<=strat->sl; i++)3204 for (i=1; i<=strat->sl; i++) 3204 3205 { 3205 3206 if (((strat->fromQ==NULL) || (strat->fromQ[i]==0))
Note: See TracChangeset
for help on using the changeset viewer.