Changeset 40cb86 in git for kernel/kutil.cc


Ignore:
Timestamp:
Oct 7, 2008, 9:57:10 AM (15 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
308a0757edf86cbca3ae246494ed4e685ee172cb
Parents:
b3ea61fa4f7f34c5422d4cc9cd380f3eceb8997c
Message:
zeroSpoly Fehler bei Moduln korrigiert


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    rb3ea61f r40cb86  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.109 2008-09-26 08:09:09 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.110 2008-10-07 07:57:10 wienand Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    29032903          {
    29042904            new_pair=TRUE;
    2905             Print("TODO Oliver --- j:%d, Ll:%d\n",j,strat->Ll);
     2905            Print("TODO Oliver 1 --- j:%d, Ll:%d\n",j,strat->Ll);
    29062906            enterOnePairRing(j,h,ecart,isFromQ,strat, atR);
    29072907          }
     
    29252925        {
    29262926          new_pair=TRUE;
    2927           Print("TODO Oliver --- j:%d, Ll:%d\n",j,strat->Ll);
     2927          Print("TODO Oliver 2 --- j:%d, Ll:%d\n",j,strat->Ll);
    29282928          enterOnePairRing(j,h,ecart,isFromQ,strat, atR);
    29292929        }
     
    30173017        pSetExp(tmp, i, p_GetExp(p, i, strat->tailRing));
    30183018      }
     3019      if (rRing_has_Comp(currRing))
     3020        p_SetComp(tmp, p_GetComp(p, strat->tailRing), currRing);
    30193021      p_Setm(tmp, currRing);
    30203022      p = p_LmFreeAndNext(p, strat->tailRing);
     
    30413043          posx = strat->posInL(strat->L,strat->Ll,&h,strat);
    30423044        h.sev = pGetShortExpVector(h.p);
    3043         h.t_p = k_LmInit_currRing_2_tailRing(h.p, strat->tailRing);
     3045        if (strat->tailRing != currRing)
     3046          h.t_p = k_LmInit_currRing_2_tailRing(h.p, strat->tailRing);
    30443047        if (pNext(p) != NULL)
    30453048        {
Note: See TracChangeset for help on using the changeset viewer.