Changeset 619d03 in git for libpolys/coeffs/gnumpc.cc


Ignore:
Timestamp:
Mar 21, 2012, 9:37:55 AM (11 years ago)
Author:
Christian Eder
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
47dcc3c4eeecef6f6359a0a542fc6b872d8b52a4
Parents:
2d2c99cd52253e2a0a953a1aa32a55546c4a67cc
Message:
fix for Manual/texring.tst:
Adds initialization of r->cf->nNULL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/gnumpc.cc

    r2d2c99c r619d03  
    503503
    504504  n->cfInit_bigint=ngcMapQ;
     505
     506// we need to initialize n->nNULL at least for minpoly printing
     507  n->nNULL  = n->cfInit(0,n);
    505508
    506509/*
Note: See TracChangeset for help on using the changeset viewer.