Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Divide by Zero in AABB tree


Chronological Thread 
  • From: schrodingersnewcat <>
  • To:
  • Subject: [cgal-discuss] Divide by Zero in AABB tree
  • Date: Mon, 25 Mar 2013 19:47:09 -0700 (PDT)

terminate called after throwing an instance of 'CGAL::Precondition_exception'
what(): CGAL ERROR: precondition violation!
Expr: z != 0
File: /home/rcf-proj/jdo/friesz/lib64/include/CGAL/GMP/Gmpq_type.h
Line: 306


I get this error when I do a distance query on an AABB tree. Is there any
situation where this might happen with multiple AABB trees in my program?
Or with a memory issue?

I'm having trouble creating a short example program that exhibits the same
error. Any help would be appreciated.



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



Archive powered by MHonArc 2.6.18.

Top of Page