Changeset 7e53d9 in git for kernel/syz0.cc
- Timestamp:
- Aug 3, 2011, 7:10:47 PM (12 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 36dd348c07984f48c3bf7582c5f05be7aa4ea52e
- Parents:
- 47f9851c41b863a6cb62e84a4752eb913c8158ca
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 19:10:47+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:21+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/syz0.cc
r47f985 r7e53d9 912 912 if ((hom==isHomog)|| (rHasGlobalOrdering(origR))) 913 913 { 914 syRing = r CurrRingAssure_CompLastBlock();914 syRing = rAssure_CompLastBlock(origR, TRUE); 915 915 if (syRing != origR) 916 916 { 917 rChangeCurrRing(syRing); 917 918 for (i=0; i<IDELEMS(res[1]); i++) 918 919 { … … 924 925 else 925 926 { 926 syRing = r CurrRingAssure_SyzComp_CompLastBlock();927 syRing = rAssure_SyzComp_CompLastBlock(origR, TRUE); 927 928 if (syRing != origR) 928 929 { 930 rChangeCurrRing(syRing); 929 931 for (i=0; i<IDELEMS(res[0]); i++) 930 932 {
Note: See TracChangeset
for help on using the changeset viewer.