Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problem with Convex Hull, again

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problem with Convex Hull, again


Chronological Thread 
  • From: Ashwin Nanjappa <>
  • To:
  • Subject: Re: [cgal-discuss] Problem with Convex Hull, again
  • Date: Wed, 18 Jun 2008 18:37:34 +0800

Rafael Roberto wrote:
Hello,

like I've said before, I'm making an application that takes a set of points and create a convex hull for those points. I had some problems with my code because I was using the Cartesian kernel, not the Exact_predicates_inexact_constructions_kernel, for treat double numbers. But now that I changed the kernel, when I call the convex_hull_3 function, the program makes an access violation (/Unhandled exception at 0x104817fd (msvcp80d.dll) in ConstrainedDelaunay.exe: 0xC0000005: Access violation writing location 0xcccccccc./)

I have no idea what this could be. Does any body have any clue where I'm wrong?

I'm not having any problem running your convex hull code. Could you share a small point set of yours which shows this problem?

Regards,
~ash



Archive powered by MHonArc 2.6.16.

Top of Page