Changeset c8bd75 in git for Singular/kutil.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/kutil.cc

    r5079a04 rc8bd75  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.17 1998-04-22 07:49:01 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.18 1998-04-23 09:52:11 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for std
     
    458458      {
    459459        if (i < 0)
    460         {
    461           //if (strat->next!=NULL)
    462           //{
    463           //  strat=strat->next;
    464           //  i=strat->tl;
    465           //}
    466           //else
    467           {
    468             /* not found : */
     460        {
     461          //if (strat->next!=NULL)
     462          //{
     463          //  strat=strat->next;
     464          //  i=strat->tl;
     465          //}
     466          //else
     467          {
     468            /* not found : */
    469469            pDelete(&p);
    470             break;
    471           }
    472         }
    473         else
    474         {
     470            break;
     471          }
     472        }
     473        else
     474        {
    475475          if (strat->T[i].p==p)
    476           {
    477             /* found : */
     476          {
     477            /* found : */
    478478            p=NULL;
    479             break;
    480           }
    481           i--;
    482         }
     479            break;
     480          }
     481          i--;
     482        }
    483483      }
    484484    }
     
    37683768      if (TEST_OPT_INTSTRATEGY)
    37693769      {
    3770         pCleardenom(strat->S[i]);
     3770        //if (strat->redTailChange)
     3771          pCleardenom(strat->S[i]);
    37713772      }
    37723773      if (TEST_OPT_PROT)
Note: See TracChangeset for help on using the changeset viewer.