Changeset add269 in git for kernel/GBEngine/kutil.cc
- Timestamp:
- Jul 9, 2015, 12:58:05 PM (8 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 456eb622b2382d15921e6e3db01415bc2871fd1c
- Parents:
- 6497fdd7bf6eceae3c2f2cfdaec035bf5eb69755
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kutil.cc
r6497fd radd269 1332 1332 } 1333 1333 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); 1336 1336 #ifdef KDEBUG 1337 1337 if (TEST_OPT_DEBUG) … … 1381 1381 enterL(&strat->B,&strat->Bl,&strat->Bmax,h,posx); 1382 1382 kTest_TS(strat); 1383 #endif1384 1383 } 1385 1384 … … 8792 8791 II->m[0] = pOne(); 8793 8792 ideal syz = idSyzygies(II, isNotHomog, NULL); 8793 //idPrint(syz); 8794 8794 poly integer = NULL; 8795 8795 for(int i = IDELEMS(syz)-1;i>=0; i--)
Note: See TracChangeset
for help on using the changeset viewer.