Changeset 7d44dd in git


Ignore:
Timestamp:
Feb 2, 2017, 1:15:38 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
97f6de6a93916b73681b340f749daec35ab96a72b7a600dbf47e619fa9c9d7f852021b2894df4489
Parents:
352a84b1691397c59edb46bfca0e4e237f6a1778
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2017-02-02 13:15:38+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2017-02-02 13:17:17+01:00
Message:
fix: letterplace stuff: position in S_2_R
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    r352a84b r7d44dd  
    42634263      /*   strat->P.GetP(); */
    42644264      // because shifts are counted with .p structure // done before, but ?
     4265      int atR=strat->tl+1; // enterTShift introduces T[tl+1], T[tl+2]...
     4266                           // with T[tl+1]=P.p
    42654267      enterTShift(strat->P,strat,-1,uptodeg, lV);
    4266       enterpairsShift(strat->P.p,strat->sl,strat->P.ecart,pos,strat, strat->tl,uptodeg,lV);
     4268      enterpairsShift(strat->P.p,strat->sl,strat->P.ecart,pos,strat, atR,uptodeg,lV);
    42674269      //      enterpairsShift(vw,strat->sl,strat->P.ecart,pos,strat, strat->tl,uptodeg,lV);
    42684270      // posInS only depends on the leading term
    4269       strat->enterS(strat->P, pos, strat, strat->tl);
     4271      strat->enterS(strat->P, pos, strat, atR);
    42704272
    42714273      if (hilb!=NULL) khCheck(Q,w,hilb,hilbeledeg,hilbcount,strat);
Note: See TracChangeset for help on using the changeset viewer.