Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Divide by Zero in AABB tree

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Divide by Zero in AABB tree


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Divide by Zero in AABB tree
  • Date: Wed, 27 Mar 2013 06:54:29 +0100
  • Organization: GeometryFactory

You said you can't reproduce the error, why? is it because it does
not happen all the time or because it's inside a more complicated
piece of code?

Sebastien.

On 03/26/2013 07:57 PM, schrodingersnewcat wrote:
The polyhedron I'm executing the query on:

OFF
8 12 0

-0.5 -0.5 -0.5
-0.5 -0.5 26.86
-0.5 50 -0.5
-0.5 50 26.86
50 -0.5 -0.5
50 -0.5 26.86
50 50 -0.5
50 50 26.86
3 0 2 4
3 4 2 6
3 0 1 2
3 2 1 3
3 1 0 4
3 5 1 4
3 5 4 6
3 7 5 6
3 2 3 6
3 6 3 7
3 3 1 5
3 7 3 5

The point is (0.5, 1, 25).

My program uses MPI, but currently is not multithreaded. I know that this
information isn't likely to be much help either. Let me know what will be.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Divide-by-Zero-in-AABB-tree-tp4657026p4657039.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page