Changeset 0724284 in git


Ignore:
Timestamp:
Jun 19, 2009, 12:05:45 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
ca02ab01da5c28f679d205662ca93d894d1719eb
Parents:
2dc960cdece24ea28aac52bea49b55854b43c9cd
Message:
*hannes: shrink in redFirstShift


git-svn-id: file:///usr/local/Singular/svn/trunk@11910 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    r2dc960c r0724284  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.92 2009-06-19 10:02:51 Singular Exp $ */
     4/* $Id: kstd2.cc,v 1.93 2009-06-19 10:05:45 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    17511751#endif
    17521752    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    }
    17571760   
    17581761#ifdef KDEBUG
Note: See TracChangeset for help on using the changeset viewer.