Changeset 2336d0 in git for coeffs/coeffs.h


Ignore:
Timestamp:
May 5, 2010, 3:32:25 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
afdd5549fb47d9704dd9bc0d475fe4fb12126213
Parents:
8c484ed8f3ff767d800560901766fe5a4d8eccda
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-05-05 15:32:25+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:51:39+01:00
Message:
cfSetChar for Z/p
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/coeffs.h

    r8c484e r2336d0  
    131131   void (*cfKillChar)(coeffs r); //  undo all initialisations
    132132                                // or NULL
    133    void (*cfSetChar)(coeffs r); // initialisations after each ring change
     133   void (*cfSetChar)(const coeffs r); // initialisations after each ring change
    134134                                // or NULL
    135135   // general stuff
     
    183183   /// Inline: a := b
    184184   void    (*nInpMult)(number &a, number b, const coeffs r);
    185    number  (*nInit_bigint)(number i, const coeffs r);
     185   number  (*nInit_bigint)(number i, const coeffs src, const coeffs dummy);
    186186
    187187#ifdef LDEBUG
Note: See TracChangeset for help on using the changeset viewer.