Changeset a5cd69 in git for coeffs/ffields.cc


Ignore:
Timestamp:
Aug 27, 2010, 3:38:57 PM (14 years ago)
Author:
Martin Lee <mlee@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
1b078e7ee8f4659359c8f3e8fdbfdd1134099749
Parents:
7c362e1976f05707294718bf3936097282ed4e31
git-author:
Martin Lee <mlee@fifi.mathematik.uni-kl.de>2010-08-27 15:38:57+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:28+01:00
Message:
replaced GFSize by GFDegree
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/ffields.cc

    r7c362e ra5cd69  
    1616#include "ffields.h"
    1717#include <feFopen.h>
     18#include <math.h>
    1819
    1920
     
    838839  r->has_simple_Alloc=TRUE;
    839840  r->has_simple_Inverse=TRUE;
    840   const int c = p->GFSize;
     841  const int c = pow (p->GFChar, p->GFDegree);
    841842  nfReadTable(c, r);
    842843  r->ch = r->m_nfCharP;
Note: See TracChangeset for help on using the changeset viewer.