Changeset 17b0b05 in git for libpolys/coeffs


Ignore:
Timestamp:
May 12, 2011, 3:12:45 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2c41bc0e28c6628127866480994b3041a3c1f0af
Parents:
ea000154f0b80de2f44a961be0d4a407828b72c9
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-12 15:12:45+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:07+01:00
Message:
fix loading of gftables

- fix loading in nfReadTable
- fix feCleanUpFile
- add to feResourceConfigs: %b/../../factory/gftables
- add feStringAppendResources to test of GF polys
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/ffields.cc

    rea0001 r17b0b05  
    1717#include <resources/feFopen.h>
    1818#include <math.h>
    19 #include <factory/factory.h>
    2019
    2120
     
    612611    else     r->m_nfCharQ = -c;
    613612    char buf[100];
    614     sprintf(buf,GFTABLEDIR "/%d",r->m_nfCharQ);
     613    sprintf(buf,"%d",r->m_nfCharQ);
    615614    FILE * fp = feFopen(buf,"r",NULL,TRUE);
    616615    if (fp==NULL)
Note: See TracChangeset for help on using the changeset viewer.