Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Delaunay_triangulation_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay_triangulation_2


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay_triangulation_2
  • Date: Mon, 31 Mar 2008 09:44:17 +0200



You may try :

#include <CGAL/FPU.h>

and

CGAL::force_ieee_double_precision();


at the beginning of your code.




it should at least help to have the same behavior
if your ar in debug mode or not.

Olivier



Archive powered by MHonArc 2.6.16.

Top of Page