Replace Protect_FPU_rounding<true> pfr(CGAL_FE_TONEAREST)

by Set_ieee_double_precision.
This commit is contained in:
Sylvain Pion
2008-12-03 21:42:28 +00:00
parent 27fa91ac1e
commit af48d47506
21 changed files with 25 additions and 25 deletions
@@ -77,7 +77,7 @@ void test_modular_traits(){
int main()
{
// Enforce IEEE double precision before using modular arithmetic
CGAL::Protect_FPU_rounding<true> pfr(CGAL_FE_TONEAREST);
CGAL::Set_ieee_double_precision pfr;
test_modular_traits<int>();