Changeset c8bd75 in git for Singular/kstd1.cc


Ignore:
Timestamp:
Apr 23, 1998, 11:52:15 AM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d6fc3c5cb4a5d2eed49001686d571df819c5496b
Parents:
5079a04545e2a0f77d583f20b994866d68545a3b
Message:
 *hannes: minor fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/kstd1.cc

    r5079a04 rc8bd75  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd1.cc,v 1.19 1998-04-07 17:54:20 Singular Exp $ */
     4/* $Id: kstd1.cc,v 1.20 1998-04-23 09:52:09 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    16441644  initBuchMoraPos(strat);
    16451645  initMora(F,strat);
    1646   strat->spSpolyLoop = spGetSpolyLoop(currRing, 
     1646  strat->spSpolyLoop = spGetSpolyLoop(currRing,
    16471647                                      max(strat->ak,pMaxComp(q)),
    16481648                                      strat->syzComp, FALSE);
     
    17391739  strat->enterS = enterSMoraNF;
    17401740  /*- set T -*/
    1741   strat->spSpolyLoop = spGetSpolyLoop(currRing, 
     1741  strat->spSpolyLoop = spGetSpolyLoop(currRing,
    17421742                                      max(strat->ak,idRankFreeModule(q)),
    17431743                                      strat->syzComp, FALSE);
     
    18461846  )
    18471847  {
    1848     if (strat->ak == 0)       
    1849     {
    1850       h = (tHomog)idHomIdeal(F,Q);   
     1848    if (strat->ak == 0)
     1849    {
     1850      h = (tHomog)idHomIdeal(F,Q);
    18511851      w=NULL;
    18521852    }
    18531853    else
    1854       h = (tHomog)idHomModule(F,Q,w); 
    1855     //Print("test homog:%d\n",h);     
     1854      h = (tHomog)idHomModule(F,Q,w);
     1855    //Print("test homog:%d\n",h);
    18561856    //if ((h==isHomog)&&(w!=NULL)&&(*w!=NULL))
    18571857    //{
    18581858    //  (*w)->show();
    18591859    //  PrintLn();
    1860     //  if (F!=NULL) jjPRINT_MA0(idModule2Matrix(idCopy(F)),sNoName);   
     1860    //  if (F!=NULL) jjPRINT_MA0(idModule2Matrix(idCopy(F)),sNoName);
    18611861    //}
    18621862  }
     
    18661866  if (h==isHomog)
    18671867  {
    1868     if ((w!=NULL) && (*w!=NULL))     
     1868    if ((w!=NULL) && (*w!=NULL))
    18691869    {
    18701870      kModW = *w;
     
    18831883  {
    18841884    if (w!=NULL)
    1885       r=mora(F,Q,*w,hilb,strat);     
     1885      r=mora(F,Q,*w,hilb,strat);
    18861886    else
    18871887      r=mora(F,Q,NULL,hilb,strat);
     
    21342134    l->m[1].data=(void *)idInit(1,F->rank);
    21352135    Warn("no minimal generating set computed");
    2136   } 
     2136  }
    21372137  else
    21382138  {
     
    21422142  Free((ADDRESS)strat,sizeof(skStrategy));
    21432143  if (reduced>2)
    2144   { 
     2144  {
    21452145    Kstd1_deg=Kstd1_OldDeg;
    21462146    if (!oldDegBound)
Note: See TracChangeset for help on using the changeset viewer.