Changeset e511e0 in git for kernel/syz.cc
- Timestamp:
- Sep 16, 2011, 3:43:59 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 740ea01fdb4b179fbe693b978cb630d6caf78c50
- Parents:
- 0521c2b2b48670ad5117f9e35c62078e136ae5c5
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-16 15:43:59+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:51+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/syz.cc
r0521c2 re511e0 96 96 /*minim is TRUE, we are in the module: maxlength, maxlength <>0*/ 97 97 { 98 deg0=id Jet(syz,0);98 deg0=id_Jet(syz,0,currRing); 99 99 idSkipZeroes(deg0); 100 100 syz=deg0; … … 303 303 if (res[index+1]!=NULL) 304 304 { 305 deg0 = id Jet(res[index+1],0);305 deg0 = id_Jet(res[index+1],0,currRing); 306 306 reddeg0 = kInterRedOld(deg0); 307 307 idDelete(°0);
Note: See TracChangeset
for help on using the changeset viewer.