Changeset 6a4ba5f in git for kernel/ideals.cc


Ignore:
Timestamp:
Sep 12, 2011, 5:26:29 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
d67fcad45b24dac7faa0f1b23dc90bec67b9de70
Parents:
43568ca9f856f5176ea8760271270a627b20bff6
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-12 17:26:29+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:44+01:00
Message:
removed some use of currRing in ideals.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    r43568c r6a4ba5f  
    710710    rDelete(syz_ring);
    711711    #ifdef HAVE_PLURAL
    712     if (rIsPluralRing(currRing))
    713     {
    714       idDelMultiples(s_h3);
     712    if (rIsPluralRing(orig_ring))
     713    {
     714      id_DelMultiples(s_h3,orig_ring);
    715715      idSkipZeroes(s_h3);
    716716    }
Note: See TracChangeset for help on using the changeset viewer.