Changeset d0e703d in git


Ignore:
Timestamp:
Jul 7, 2015, 3:31:10 PM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
6eb2185c03b38906584bfd5975f6f6aeaac9a407
Parents:
1d85ccd2371e3643aeb1cd5a430441d7f9693fb8
Message:
fix: misplaced ),} and endifs
Location:
kernel/GBEngine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    r1d85ccd rd0e703d  
    425425  loop
    426426  {
    427     j = kFindDivisibleByInT(strat->T, strat->sevT, strat->tl, h);
     427    j = kFindDivisibleByInT(strat, h);
    428428    if (j < 0)
    429429    {
     
    431431        postReduceByMon(h, strat);
    432432        if(nIsZero(pGetCoeff(h->p))) return 2;
    433         j = kFindDivisibleByInT(strat->T, strat->sevT, strat->tl, h);
     433        j = kFindDivisibleByInT(strat, h);
    434434        if(j < 0)
    435435        {
  • kernel/GBEngine/kutil.cc

    r1d85ccd rd0e703d  
    15981598  enterL(&strat->B,&strat->Bl,&strat->Bmax,h,posx);
    15991599  kTest_TS(strat);
     1600  #endif
    16001601}
    16011602
     
    32513252    }
    32523253    #if 1
    3253 
    32543254    if (new_pair)
    32553255    {
     
    32633263    #else
    32643264    kMergeBintoL(strat);
    3265   }
    3266   #endif
     3265    #endif
     3266  }
    32673267}
    32683268
     
    86698669          {
    86708670            #if HAVE_RINGS
    8671             if(!rField_is_Ring(currRing) || n_DivBy(r->m[l]->coef, Q->m[q]->coef, currRing)))
     8671            if(!rField_is_Ring(currRing) || n_DivBy(r->m[l]->coef, Q->m[q]->coef, currRing))
    86728672            #endif
    86738673            {
Note: See TracChangeset for help on using the changeset viewer.