Changeset 0724284 in git
- Timestamp:
- Jun 19, 2009, 12:05:45 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- ca02ab01da5c28f679d205662ca93d894d1719eb
- Parents:
- 2dc960cdece24ea28aac52bea49b55854b43c9cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
r2dc960c r0724284 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd2.cc,v 1.9 2 2009-06-19 10:02:51Singular Exp $ */4 /* $Id: kstd2.cc,v 1.93 2009-06-19 10:05:45 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: alg. of Buchberger … … 1751 1751 #endif 1752 1752 ksReducePoly(h, &(strat->T[j]), strat->kNoetherTail(), NULL, strat); 1753 poly qq=p_Shrink(h->GetTP(),strat->lV,strat->tailRing); 1754 h->p=NULL; 1755 h->t_p=qq; 1756 if (qq!=NULL) h->GetP(strat->lmBin); 1753 if (!h->IsNull()) 1754 { 1755 poly qq=p_Shrink(h->GetTP(),strat->lV,strat->tailRing); 1756 h->p=NULL; 1757 h->t_p=qq; 1758 if (qq!=NULL) h->GetP(strat->lmBin); 1759 } 1757 1760 1758 1761 #ifdef KDEBUG
Note: See TracChangeset
for help on using the changeset viewer.