Changeset b1ec60 in git


Ignore:
Timestamp:
Mar 13, 2017, 10:35:29 AM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1e2a19be698cba880160861f9e85b5ac504fc5c9
Parents:
471858f15b1d00cc5bed195345735cccfcb8e925
Message:
format of coeff name: ZZ/2^...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/rmodulo2m.cc

    r471858 rb1ec60  
    5858static void    nr2mCoeffWrite  (const coeffs r, BOOLEAN /*details*/)
    5959{
    60   Print("Z/2^%lu", r->modExponent);
     60  Print("ZZ/(2^%lu)", r->modExponent);
    6161}
    6262
Note: See TracChangeset for help on using the changeset viewer.