Changeset 920581 in git for libpolys/coeffs/ffields.h


Ignore:
Timestamp:
Jul 26, 2011, 3:55:55 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.