Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Kernel

Subject: CGAL users discussion list

List archive

[cgal-discuss] Kernel


Chronological Thread 
  • From:
  • To:
  • Subject: [cgal-discuss] Kernel
  • Date: Fri, 24 Jun 2011 15:07:12 +0200
  • Importance: Normal

Hi,
thank you for your reply!

<In your code, I would say that the intersection does not show up
<because the intersection is computed using a kernel with inexact
<constructions.

The kernel choice was one of my guesses. I had found a segmentation fault
using a CGAL::Simple_cartesian<double> (as in AABB examples) and a lot of
errors in make_mesh/refine_mesh when choosing a
CGAL::Exact_predicates_exact_constructions_kernel (or
Exact_predicates_exact_constructions_kernel_with_sqrt).

Thanks again




Archive powered by MHonArc 2.6.16.

Top of Page