Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Assertion_exception in Triangulation_2.h

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Assertion_exception in Triangulation_2.h


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: [cgal-discuss] Assertion_exception in Triangulation_2.h
  • Date: Tue, 06 Sep 2011 14:26:02 +0200

Le 9/6/11 10:53 AM, gsoyez a écrit :
Hello,

I am using CGAL to build 2D triangulations and I recently met the following
assertion violation with CGAL 3.8 when trying to remove a point:
terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: false
File: .../include/CGAL/Triangulation_2.h
Line: 3345
Aborted


It seems that this error is due to a too conservative check
and does not arise in release mode.

I will work on it.

Olivier




Archive powered by MHonArc 2.6.16.

Top of Page