Changeset 9310cb in git for libpolys/tests/coeffs_test.h
- Timestamp:
- Sep 28, 2011, 7:34:02 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/tests/coeffs_test.h
r733d24 r9310cb 453 453 { 454 454 #ifdef HAVE_RINGS 455 // TODO(Somebody, This will result in memory corruption at Z_2^m later on (due to the succs. setGMPFloatDigits?)...!?); // ????456 455 n_coeffType type = n_Zn; 457 456 … … 469 468 } 470 469 471 TODO(Somebody, floating arithmetics via GMP rely on two global variables (see setGMPFloatDigits). Please fix it!);472 473 470 void test_LR() 474 471 { 475 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?)!????476 472 simple(n_long_R); 477 473 } … … 479 475 void test_LC() 480 476 { 481 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?)!????482 477 simple(n_long_C); 483 478 }
Note: See TracChangeset
for help on using the changeset viewer.