Changeset 5fe834 in git for kernel/nc.cc


Ignore:
Timestamp:
Aug 26, 2011, 10:42:30 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
96808051cc040577fa581782fb8007fbe635d585
Parents:
737a6818d978503b25a6d61c5cfca9f03239756e
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-26 22:42:30+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:28+01:00
Message:
FIX: libpolys and kernel should use rDelete instead of rKill!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/nc.cc

    r737a68 r5fe834  
    359359        //  s_h3 = idrMoveR_NoSort(s_h3, syz_ring, orig_ring);
    360360        s_h3 = idrMoveR_NoSort(s_h3, syz_ring, orig_ring);
    361         rKill(syz_ring);
     361        rDelete(syz_ring);
    362362      }
    363363      idTest(s_h3);
Note: See TracChangeset for help on using the changeset viewer.