Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Poisson Function - Error Precondition Violation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Poisson Function - Error Precondition Violation


Chronological Thread 
  • From: Michael Jeulin-L <>
  • To:
  • Subject: [cgal-discuss] Poisson Function - Error Precondition Violation
  • Date: Thu, 7 Jan 2010 08:55:08 +0100 (CET)

Hello everybody,

Excuse me to disturb, but I have a problem with Poisson function and I cannot
find the solution to fix the problem.

From this example :
http://www.cgal.org/Manual/3.5/doc_html/cgal_manual/Surface_reconstruction_points_3/Chapter_main.html

I try to compute several object with a loop, for some of them all is working
fine and I have the output I expect. However, for others my application crash
with the following error :

CGAL error: precondition violation!
Expression : tester(d)
File : CGAL/Triangulation_3.h
Line: 643
Explanation:
Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html

when I try to compute, I think : "function.compute_implicit_function()"
When I look in the file triangularization_3.h, it seems to be caused by a
conflict with cell. How could I resolved the problem before my application bug
?

Thank you very much for every answer.



Archive powered by MHonArc 2.6.16.

Top of Page