Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Polyhedra incremental builder, assertion error

Subject: CGAL users discussion list

List archive

[cgal-discuss] Polyhedra incremental builder, assertion error


Chronological Thread 
  • From: "Dr. J.K. Becker" <>
  • To:
  • Subject: [cgal-discuss] Polyhedra incremental builder, assertion error
  • Date: Tue, 17 Mar 2009 21:34:22 +0100

hi all,

I am trying to construct a polyhedron using the polyhedron incremental
builder. <but when I try to add a point (using B.add_vertex), it tells
me the following:

CGAL error: assertion violation!
Expr: check_protocoll == 1
File: /usr/local/include/CGAL/Polyhedron_incremental_builder_3.h
Line: 224
Explanation:
terminate called after throwing an instance of
'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: check_protocoll == 1
File: /usr/local/include/CGAL/Polyhedron_incremental_builder_3.h
Line: 224
Aborted

What is this check_protocoll? I have no idea where my code goes wrong
and this error does not really tell me anything...

Any help would be appreciated,

Jens Becker



  • [cgal-discuss] Polyhedra incremental builder, assertion error, Dr. J.K. Becker, 03/17/2009

Archive powered by MHonArc 2.6.16.

Top of Page