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


Ignore:
Timestamp:
Mar 16, 2012, 8:22:15 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
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/rmodulon.cc

    rcd9796 rce1f78  
    7878  r->cfIsMOne      = nrnIsMOne;
    7979  r->cfGreaterZero = nrnGreaterZero;
    80   r->cfWrite       = nrnWrite;
     80  r->cfWriteLong       = nrnWrite;
    8181  r->cfRead        = nrnRead;
    8282  r->cfPower       = nrnPower;
Note: See TracChangeset for help on using the changeset viewer.