Changeset 9310cb in git for libpolys/coeffs


Ignore:
Timestamp:
Sep 28, 2011, 7:34:02 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
83db8d3000b4078b3fa1965f387d1f5099e5426e
Parents:
733d247ce0bb53a600a9565cc20a019df1de9856
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-28 19:34:02+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:43+01:00
Message:
FIX: tests should not need to call gmp numeric prescision!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/test.cc

    r733d24 r9310cb  
    344344
    345345#ifdef HAVE_RINGS
    346 //  TODO(Somebody, This will result in memory corruption at Z_2^m later on (due to the succs. setGMPFloatDigits?)...!?); // ????
    347 
    348346  type = n_Zn;
    349347
     
    352350
    353351#endif
    354 
    355   TODO(Somebody, floating arithmetics via GMP rely on two global variables (see setGMPFloatDigits). Please fix it!);
    356   setGMPFloatDigits( 10, 5 ); // Init global variables in mpr_complex.cc for gmp_float's... // Note that this seems also to be required for Z_2^m (and Zn?)!????
    357 
    358352
    359353  type = n_long_C;
Note: See TracChangeset for help on using the changeset viewer.