Changeset 78b904 in git
- Timestamp:
- Jul 23, 2007, 12:46:57 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 9866fc7d15f2e47654cbf50937ac78e9ab9c7a33
- Parents:
- 7c38bcb5f2878e308ca07340e00bfe7b4fdd406e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
r7c38bc r78b904 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd2.cc,v 1.4 6 2007-07-13 14:19:26Singular Exp $ */4 /* $Id: kstd2.cc,v 1.47 2007-07-23 10:46:57 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: alg. of Buchberger … … 995 995 if (j>=0) 996 996 { 997 if (!nIsOne(pGetCoeff(strat->S[j]))) 998 { 999 pNorm(strat->S[j]); 1000 //if (TEST_OPT_PROT) { PrintS("n"); mflush(); } 1001 } 997 1002 nNormalize(pGetCoeff(P.p)); 998 1003 #ifdef KDEBUG … … 1344 1349 /*- compute------------------------------------------------------- -*/ 1345 1350 //if ((TEST_OPT_INTSTRATEGY)&&(lazyReduce==0)) 1346 {1347 for (i=strat->sl;i>=0;i--)1348 pNorm(strat->S[i]);1349 }1351 //{ 1352 // for (i=strat->sl;i>=0;i--) 1353 // pNorm(strat->S[i]); 1354 //} 1350 1355 kTest(strat); 1351 1356 if (TEST_OPT_PROT) { PrintS("r"); mflush(); } … … 1354 1359 if ((p!=NULL)&&(lazyReduce==0)) 1355 1360 { 1361 BITSET save=test; 1362 test &= ~Sy_bit(OPT_INTSTRATEGY); 1356 1363 if (TEST_OPT_PROT) { PrintS("t"); mflush(); } 1357 1364 p = redtailBba(p,max_ind,strat); 1365 test=save; 1358 1366 } 1359 1367 /*- release temp data------------------------------- -*/
Note: See TracChangeset
for help on using the changeset viewer.