Changeset 2b957a in git for coeffs/mpr_complex.cc


Ignore:
Timestamp:
Jun 8, 2010, 11:40:27 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c4c8181ff644b04ae3f3b82007442444a629e055
Parents:
c3d17527305d0cf9da8226a23b8fc95f6e3f37d0
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-06-08 23:40:27+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:03+01:00
Message:
Fixing bugs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/mpr_complex.cc

    rc3d175 r2b957a  
    3838size_t gmp_output_digits= DEFPREC;
    3939
    40 extern int mmInit(void);
    41 int dummy=mmInit();
     40// extern int mmInit(void); // TODO: From Factory???
     41//{ return 0; }; //
     42// int dummy=mmInit();
     43
     44
    4245static gmp_float *gmpRel=NULL;
    4346static gmp_float *diff=NULL;
Note: See TracChangeset for help on using the changeset viewer.