Changeset 7e53d9 in git for kernel/syz0.cc


Ignore:
Timestamp:
Aug 3, 2011, 7:10:47 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
FIX: rCurrRingAssure_* -> rAssure_* + rChangeCurrRing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz0.cc

    r47f985 r7e53d9  
    912912      if ((hom==isHomog)|| (rHasGlobalOrdering(origR)))
    913913      {
    914         syRing = rCurrRingAssure_CompLastBlock();
     914        syRing = rAssure_CompLastBlock(origR, TRUE);
    915915        if (syRing != origR)
    916916        {
     917          rChangeCurrRing(syRing);
    917918          for (i=0; i<IDELEMS(res[1]); i++)
    918919          {
     
    924925      else
    925926      {
    926         syRing = rCurrRingAssure_SyzComp_CompLastBlock();
     927        syRing = rAssure_SyzComp_CompLastBlock(origR, TRUE);
    927928        if (syRing != origR)
    928929        {
     930          rChangeCurrRing(syRing);
    929931          for (i=0; i<IDELEMS(res[0]); i++)
    930932          {
Note: See TracChangeset for help on using the changeset viewer.