Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Constrained Delauny Triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Constrained Delauny Triangulation


Chronological Thread 
  • From: gerth <>
  • To:
  • Subject: [cgal-discuss] Re: Constrained Delauny Triangulation
  • Date: Mon, 13 Aug 2012 22:53:41 -0700 (PDT)

No, I did not change any other line of code except the assertion at line 425.
The exact error I get is:

Unhandled exception at 0x7c812afb in gui.exe: Microsoft C++ exception:
CGAL::Assertion_exception at memory location 0x010ec2dc..

The problem might be, that some of the vertices I insert in the second step
are too close too an existing vertex or edge. The nature of my program
requires to insert these edges later though. So what is the common practice
to deal with this in CGAL?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Constrained-Delauny-Triangulation-tp4655688p4655707.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page