Changeset 37d318 in git


Ignore:
Timestamp:
Jun 21, 2010, 6:32:46 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
925a43c559bf2bd9536bcb511626e89f6552ac3e
Parents:
1c3d1f0a47910bab4ca011be361349a98f6ee34d
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-21 18:32:46+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:15+01:00
Message:
fixes for test
Location:
coeffs
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • coeffs/gnumpfl.cc

    r1c3d1f r37d318  
    413413};
    414414
    415 void ngfInitChar(coeffs n, int)
     415void ngfInitChar(coeffs n, void *)
    416416{
    417417  assume( getCoeffType(n) == ID );
  • coeffs/gnumpfl.h

    r1c3d1f r37d318  
    1414
    1515/// Initialize r
    16 void ngfInitChar(coeffs r, int);
     16void ngfInitChar(coeffs r, void *);
    1717
    1818/// test, whether r is an instance of nInitCoeffs(n, parameter) */
  • coeffs/longrat.cc

    r1c3d1f r37d318  
    24622462}
    24632463
    2464 int nlInitChar(coeffs r, void* p)
     2464void nlInitChar(coeffs r, void* p)
    24652465{
    24662466  const int ch = (int)(long)(p);
     
    25272527  // variables for this type of coeffs:
    25282528  // (none)
    2529   return 0;
    25302529}
    25312530#if 0
  • coeffs/longrat.h

    r1c3d1f r37d318  
    5858LINLINE number   nlMult(number a, number b, const coeffs r);
    5959
    60 int     nlInitChar(coeffs r, void*);
     60void     nlInitChar(coeffs r, void*);
    6161static BOOLEAN nlCoeffsEqual(const coeffs r, n_coeffType n, void * parameter);
    6262
  • coeffs/rmodulo2m.cc

    r1c3d1f r37d318  
    99#include <string.h>
    1010#include "config.h"
     11#include <auxiliary.h>
    1112
    1213#ifdef HAVE_RINGS
Note: See TracChangeset for help on using the changeset viewer.