Ignore:
Timestamp:
Sep 26, 2011, 5:55:19 PM (13 years ago)
Author:
Burcin Erocal <burcin@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
79c0351b31771af55f2815d71696269d7274e5c3
Parents:
a5071b9c1418c7dc9a7aa30aa302f7cd801a0158
git-author:
Burcin Erocal <burcin@erocal.org>2011-09-26 17:55:19+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:34+01:00
Message:
Add a simple implementation of cfKillChar for transcendental extensions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    ra5071b9 ra195ed  
    10931093}
    10941094
     1095void ntKillChar(coeffs cf) {
     1096  if ((--cf->extRing->ref) == 0)
     1097    rDelete(cf->extRing);
     1098}
     1099
    10951100BOOLEAN ntInitChar(coeffs cf, void * infoStruct)
    10961101{
     
    11481153  cf->cfInvers       = ntInvers;
    11491154  cf->cfIntDiv       = ntDiv;
     1155  cf->cfKillChar     = ntKillChar;
    11501156 
    11511157#ifndef HAVE_FACTORY
Note: See TracChangeset for help on using the changeset viewer.