Changeset dc06550 in git for coeffs/ffields.h


Ignore:
Timestamp:
Aug 26, 2010, 6:05:47 PM (14 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
17e58bd0adfff2102c82ae041746b1ff6830733c
Parents:
93add9a784df847a6a6929657ab54c3415b5d2d7
git-author:
Martin Lee <martinlee84@web.de>2010-08-26 18:05:47+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:27+01:00
Message:
GF passes tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/ffields.h

    r93add9a rdc06550  
    1111
    1212// #define MAX_INT_VAL 0x7fffffff
     13typedef struct
     14{
     15  int GFChar;
     16  int GFSize;
     17  char* GFPar_name;
     18} GFInfo;
     19
    1320
    1421void nfInitChar(coeffs r, void*);
Note: See TracChangeset for help on using the changeset viewer.