Changeset ae133b in git


Ignore:
Timestamp:
Sep 12, 2011, 8:06:34 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
0e4a9f3630c8567760a3829255a9761c11b31615
Parents:
a3bb5df1f74ef7bf4d28a41930f3cfe5e93e097f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-12 20:06:34+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:44+01:00
Message:
FIX: rChangeCurrRing should set currQuotient as well
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    ra3bb5d rae133b  
    1111void rChangeCurrRing(ring r)
    1212{
    13   currRing = r;
     13   currRing = r;
     14   currQuotient = r->qideal;
    1415}
Note: See TracChangeset for help on using the changeset viewer.