Ignore:
Timestamp:
Jan 7, 2013, 4:54:52 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
66ce6d056b2a8c18bd7550a540062499c4ded53b
Parents:
1882ae3bcdafc85a9af745c0d551b43747b47f54
git-author:
Martin Lee <martinlee84@web.de>2013-01-07 16:54:52+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-01-17 18:24:09+01:00
Message:
fix: missing naKillChar
File:
1 edited

Legend:

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

    r1882ae rf3057e7  
    11921192}
    11931193
     1194void naKillChar(coeffs cf)
     1195{
     1196   if ((--cf->extRing->ref) == 0)
     1197     rDelete(cf->extRing);
     1198}
     1199
     1200
    11941201
    11951202BOOLEAN naInitChar(coeffs cf, void * infoStruct)
     
    12571264  cf->cfCoeffWrite   = naCoeffWrite;
    12581265  cf->cfNormalize    = naNormalize;
     1266  cf->cfKillChar     = naKillChar;
    12591267#ifdef LDEBUG
    12601268  cf->cfDBTest       = naDBTest;
Note: See TracChangeset for help on using the changeset viewer.