Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: AABB tree Exact_predicates_exact_constructions_kernel

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: AABB tree Exact_predicates_exact_constructions_kernel


Chronological Thread 
  • From: schrodingersnewcat <>
  • To:
  • Subject: [cgal-discuss] Re: AABB tree Exact_predicates_exact_constructions_kernel
  • Date: Fri, 13 May 2011 09:39:22 -0700 (PDT)

With that Lazy.h the tree acceleration worked and the program ran for a time.
However after a few minutes the following error popped up while doing
distance queries on the fifth object.

terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: b = (b && (bbox.min_coord(i) <= tbox.min_coord(i)))
File: /home/rcf-proj/jdo/friesz/lib64/include/CGAL/Point_container.h
Line: 311
Abort

I'm not sure how to provide an example for this. But I will look into it,
probably next week.

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/AABB-tree-Exact-predicates-exact-constructions-kernel-tp3506553p3520652.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page