Changeset 920581 in git


Ignore:
Timestamp:
Jul 26, 2011, 3:55:55 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
b28bafedafd8d93bd2ff41d9466d46678bec1341
Parents:
86152998894ac968561dfca4ba268464c73e7b74
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-26 15:55:55+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:53:34+01:00
Message:
CHG: moved GFInfo to coeffs.h
Location:
libpolys/coeffs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffs.h

    r861529 r920581  
    6161/// maps "a", which lives in src, into dst
    6262typedef number (*nMapFunc)(number a, const coeffs src, const coeffs dst);
     63
     64/// Creation data needed for finite fields
     65typedef struct
     66{
     67  int GFChar;
     68  int GFDegree;
     69  const char* GFPar_name;
     70} GFInfo;
     71
    6372
    6473struct n_Procs_s
  • libpolys/coeffs/ffields.h

    r861529 r920581  
    99*/
    1010#include <coeffs/coeffs.h>
    11 
    12 typedef struct
    13 {
    14   int GFChar;
    15   int GFDegree;
    16   char* GFPar_name;
    17 } GFInfo;
    18 
    1911
    2012BOOLEAN nfInitChar(coeffs r, void*);
Note: See TracChangeset for help on using the changeset viewer.