Changeset 4c001a in git for Singular/kstd2.cc


Ignore:
Timestamp:
Jun 4, 1997, 9:45:25 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
2206a717d905cdcfb54e169f7df11258eb0eae8b
Parents:
99be05a16bba53f0fffb47fbae6830f04636e00a
Message:
Merged fixes from 1-0-0 release


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

Legend:

Unmodified
Added
Removed
  • Singular/kstd2.cc

    r99be05 r4c001a  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.3 1997-04-02 15:07:16 Singular Exp $ */
     4/* $Id: kstd2.cc,v 1.4 1997-06-04 19:45:20 obachman Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    284284        return;
    285285      }
    286       else if (strat->syzComp!=0)
    287       {
    288         if ((strat->syzComp>0) && (pMinComp((*h).p) > strat->syzComp))
    289         {
    290           //pContent((*h).p);
    291           pCleardenom((*h).p);// also does a pContent
     286//      else if (strat->syzComp!=0)
     287//      {
     288//        if ((strat->syzComp>0) && (pMinComp((*h).p) > strat->syzComp))
     289//        {
     290//          //pContent((*h).p);
     291//          pCleardenom((*h).p);// also does a pContent
    292292/*
    293293*         (*h).length=pLength0((*h).p);
    294294*/
    295           k=strat->posInT(strat->T,strat->tl,(*h));
    296           enterTBba((*h),k,strat);
    297           return;
    298         }
    299       }
     295//          k=strat->posInT(strat->T,strat->tl,(*h));
     296//          enterTBba((*h),k,strat);
     297//          return;
     298//        }
     299//      }
    300300      /*- try to reduce the s-polynomial -*/
    301301      j = 0;
Note: See TracChangeset for help on using the changeset viewer.