Changeset 72486f0 in git for libpolys/coeffs


Ignore:
Timestamp:
Jan 10, 2012, 4:51:29 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9f39e6f943814dcc86665ee80a22e3f8ff8c12fa
Parents:
cf2d9ec33dc72e574457cf0a70a7fc873d5176ff
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-10 16:51:29+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-03 18:08:01+01:00
Message:
fix test program in factory (uses omalloc & findexec + misc + reporter + resources)

FIX: 'make check' has to link against (and thus needs) resources, reporter, misc, findexec, omalloc!
FIX: factory test programs must supply the binary' path and initialize Resources...
CHG: search and open "gftables/%d" instead of just "%d" while loading %d^th gftable (search pathes updated accordingly)

NOTE: This change makes it impossible to check factory without
building polys first :( This should be resolved by separating libresources (+???)
into another library (possibly including findexec)...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/ffields.cc

    rcf2d9e r72486f0  
    611611    else     r->m_nfCharQ = -c;
    612612    char buf[100];
    613     sprintf(buf,"%d",r->m_nfCharQ);
     613    sprintf(buf,"gftables/%d",r->m_nfCharQ);
    614614    FILE * fp = feFopen(buf,"r",NULL,TRUE);
    615615    if (fp==NULL)
Note: See TracChangeset for help on using the changeset viewer.