Changeset add269 in git for kernel/GBEngine/kutil.cc


Ignore:
Timestamp:
Jul 9, 2015, 12:58:05 PM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
456eb622b2382d15921e6e3db01415bc2871fd1c
Parents:
6497fdd7bf6eceae3c2f2cfdaec035bf5eb69755
Message:
fix all tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    r6497fd radd269  
    13321332  }
    13331333  p_Test(gcd, strat->tailRing);
    1334   p_LmDelete(m1, strat->tailRing);
    1335   p_LmDelete(m2, strat->tailRing);
     1334  //p_LmDelete(m1, strat->tailRing);
     1335  //p_LmDelete(m2, strat->tailRing);
    13361336#ifdef KDEBUG
    13371337  if (TEST_OPT_DEBUG)
     
    13811381  enterL(&strat->B,&strat->Bl,&strat->Bmax,h,posx);
    13821382  kTest_TS(strat);
    1383   #endif
    13841383}
    13851384
     
    87928791      II->m[0] = pOne();
    87938792      ideal syz = idSyzygies(II, isNotHomog, NULL);
     8793      //idPrint(syz);
    87948794      poly integer = NULL;
    87958795      for(int i = IDELEMS(syz)-1;i>=0; i--)
Note: See TracChangeset for help on using the changeset viewer.