Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Problem With Delaunay Triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Problem With Delaunay Triangulation


Chronological Thread 
  • From: "Rafael Roberto" <>
  • To:
  • Subject: [cgal-discuss] Problem With Delaunay Triangulation
  • Date: Tue, 19 Aug 2008 14:05:05 -0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=sWlaCPWbilWYJvJ4pMavDn2dzgodEfoIQxTZQQqXmjyjnprsgFvTJzuIZzSwz3zd+Z 9YC6hJZVN76UN2lrfW2TfvICZ3y4xnf1MhBr1SP0jAr+fG8beP3Nag9Bly7ATUOq26/p YJ1Z2GR2FGcbvxZnU7PojDgvCTHTNqZkCxQK0=

Hello everyone,

I'm with a strange problem using CGAL. I made a code using Microsoft Visual Studio 2005 where I want to triangulate a set of points using the CGAL::Delaunay_triangulation_3. The problem is, when I call any constructor to triangulate the points on debug mode, it access an invalid position of the memory. But, on release mode, the same code works fine.

Ok, it's great because it's work when it's supposed to, but it really sucks not be able to debug a code.

Does anybody know why or it have ever happened with anyone here?


Thanks,
Rafael Roberto



Archive powered by MHonArc 2.6.16.

Top of Page