Changeset 17b0b05 in git for libpolys/coeffs/ffields.cc
- Timestamp:
- May 12, 2011, 3:12:45 PM (13 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/ffields.cc
rea0001 r17b0b05 17 17 #include <resources/feFopen.h> 18 18 #include <math.h> 19 #include <factory/factory.h>20 19 21 20 … … 612 611 else r->m_nfCharQ = -c; 613 612 char buf[100]; 614 sprintf(buf, GFTABLEDIR "/%d",r->m_nfCharQ);613 sprintf(buf,"%d",r->m_nfCharQ); 615 614 FILE * fp = feFopen(buf,"r",NULL,TRUE); 616 615 if (fp==NULL)
Note: See TracChangeset
for help on using the changeset viewer.