Changeset 5a0b78 in git


Ignore:
Timestamp:
Dec 17, 2012, 3:23:07 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
dc07cbe58ba5b853a94d41cc6e9605f8824d3d30
Parents:
d51f0bf91c7bbb2089d5060d8822cc20ff8d2429
Message:
fix: printing of coeffs Z and Z/2^m
Location:
libpolys/coeffs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/rintegers.cc

    rd51f0bf r5a0b78  
    378378void    nrzCoeffWrite  (const coeffs, BOOLEAN /*details*/)
    379379{
    380   PrintS("//   characteristic : 0 (Integers)\n");
     380  PrintS("//   coeff. ring is : Integers\n");
    381381}
    382382
  • libpolys/coeffs/rmodulo2m.cc

    rd51f0bf r5a0b78  
    3030void    nr2mCoeffWrite  (const coeffs r, BOOLEAN /*details*/)
    3131{
    32   Print("//   Z/2^%lu\n", r->modExponent);
     32  PrintS("//   coeff. ring is : ");
     33  Print("Z/2^%lu\n", r->modExponent);
    3334}
    3435
Note: See TracChangeset for help on using the changeset viewer.