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: Ryan Henry <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay_triangulation_2
  • Date: Thu, 03 Apr 2008 19:08:40 -0500

I tried adding the CGAL::force_ieee_double_precision(); call to my code, but with no luck. Certain data sets still make the Delaunay triangulation crash. It might be worth noting that we are only adding points to the triangulation that have distance greater than or equal to 0.001 from any other point currently in the triangulation. therefore, it does not appear to be a problem with points being "too close" together. Any other thoughts?

-Ryan


Olivier Devillers wrote:


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