Changeset 7e53d9 in git for kernel/syz.cc


Ignore:
Timestamp:
Aug 3, 2011, 7:10:47 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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/syz.cc

    r47f985 r7e53d9  
    419419/*--- initialize the syzygy-ring -----------------------------*/
    420420  ring origR = currRing;
    421   ring syz_ring = rCurrRingAssure_SyzComp();
     421  ring syz_ring = rAssure_SyzComp(origR, TRUE); // will do rChangeCurrRing if needed
    422422  rSetSyzComp(rk_arg, syz_ring);
    423423
Note: See TracChangeset for help on using the changeset viewer.