Changeset ce1f78 in git for libpolys/coeffs/gnumpc.cc


Ignore:
Timestamp:
Mar 16, 2012, 8:22:15 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
7fee87629a807b6be566a7757b3b60f36c22d651
Parents:
cd9796d49b820bd9ecc81b49dc04073e0bbf6012
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-16 20:22:15+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-16 21:36:33+01:00
Message:
fixed short/long output of coeffs depending on ShortOut/CanShortOut options of rings

Note: the ugly ShortOut correction p_String0Short/p_String0Long is due to Hans
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/gnumpc.cc

    rcd9796 rce1f78  
    416416  n->cfIsMOne  = ngcIsMOne;
    417417  n->cfGreaterZero = ngcGreaterZero;
    418   n->cfWrite  = ngcWrite;
     418
     419  n->cfWriteLong  = ngcWrite;
     420  n->cfWriteShort = ngcWrite;
     421 
    419422  n->cfRead    = ngcRead;
    420423  n->cfPower   = ngcPower;
     
    459462  r->cfRePart = nl_Copy;
    460463  r->cfImPart = ndReturn0;
    461   r->cfWrite = nlWrite;
     464  r->cfWriteLong = nlWrite;
    462465  r->cfRead = nlRead;
    463466  r->cfNormalize=nlNormalize;
Note: See TracChangeset for help on using the changeset viewer.