Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Regular_triangulation_3 Bug, CGAL 3.3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Regular_triangulation_3 Bug, CGAL 3.3


Chronological Thread 
  • From: Bernhard Kornberger <>
  • To:
  • Subject: Re: [cgal-discuss] Regular_triangulation_3 Bug, CGAL 3.3
  • Date: Tue, 31 Jul 2007 17:07:38 +0200


Hello Bernhard,

You haven't computed the plane equation. See:

http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Polyhedron/Chapter_main.html#Subsection_12.3.4


andreas

Thank you, Andreas!

This solves the problem. Sure, this is documented, but a programmer
can not expect that behavior. And even worse, the function returns
a wrong plane instead of some error message. Shouldn't the function
have an assertion like assert(plane_is_valid()); ??

FYI: The other problem where the software only crashes when it is
started in valgrind is still there.

Best
Bernhard




Archive powered by MHonArc 2.6.16.

Top of Page