Changeset e7c6b22 in git for kernel/syz.cc
- Timestamp:
- Sep 16, 2008, 2:36:26 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- be2303748439a06ae87f4f8d31b1aed17359c508
- Parents:
- 36605fd3c4e2a7b120265ffeb5acfc3f0e20a74e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/syz.cc
r36605f re7c6b22 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: syz.cc,v 1.1 5 2008-06-20 16:15:13 Singular Exp $ */4 /* $Id: syz.cc,v 1.16 2008-09-16 12:32:33 Singular Exp $ */ 5 5 6 6 /* … … 317 317 { 318 318 deg0 = idJet(res[index+1],0); 319 reddeg0 = kInterRed (deg0);319 reddeg0 = kInterRedOld(deg0); 320 320 idDelete(°0); 321 321 have_del = new intvec(IDELEMS(res[index])); … … 522 522 if (minim || (syzIndex!=0)) 523 523 { 524 temp = kInterRed (res[syzIndex],currQuotient);524 temp = kInterRedOld(res[syzIndex],currQuotient); 525 525 idDelete(&res[syzIndex]); 526 526 idSkipZeroes(temp);
Note: See TracChangeset
for help on using the changeset viewer.