Changeset 5a0b78 in git
- Timestamp:
- Dec 17, 2012, 3:23:07 PM (10 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- dc07cbe58ba5b853a94d41cc6e9605f8824d3d30
- Parents:
- d51f0bf91c7bbb2089d5060d8822cc20ff8d2429
- Location:
- libpolys/coeffs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/rintegers.cc
rd51f0bf r5a0b78 378 378 void nrzCoeffWrite (const coeffs, BOOLEAN /*details*/) 379 379 { 380 PrintS("// c haracteristic : 0 (Integers)\n");380 PrintS("// coeff. ring is : Integers\n"); 381 381 } 382 382 -
libpolys/coeffs/rmodulo2m.cc
rd51f0bf r5a0b78 30 30 void nr2mCoeffWrite (const coeffs r, BOOLEAN /*details*/) 31 31 { 32 Print("// Z/2^%lu\n", r->modExponent); 32 PrintS("// coeff. ring is : "); 33 Print("Z/2^%lu\n", r->modExponent); 33 34 } 34 35
Note: See TracChangeset
for help on using the changeset viewer.