Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: error C2662 in creating a surface class for surface

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: error C2662 in creating a surface class for surface


Chronological Thread 
  • From: Philipp Moeller <>
  • To:
  • Subject: Re: [cgal-discuss] Re: error C2662 in creating a surface class for surface
  • Date: Thu, 11 Oct 2012 18:40:44 +0200
  • Organization: GeometryFactory

Jorge
<>
writes:

> Sorry if I wasn't clear. It compiles and sometimes it works, but other time
> is just hangs and there is no error message.
>
> On the other hand when I use Exact_predicates_inexact_constructions_kernel
> works more often (it never hangs), only sometimes gives me an error but by
> changing some meshing parameters it ends up working.
>
> The problem is that I need to use
> Exact_predicates_exact_constructions_kernel because in my code I have a lot
> of intersection computation with other AABB trees, and here it hangs a lot.

Can you boil it down to a piece of code that compiles and shows the
issue when run? Otherwise it is really hard to diagnose your problem.

PS: Please don't remove the mail you are replying to. It makes it
incredibly hard to understand what you are talking about. Refer to esr's
awesome introduction to posting on mailing lists [1].

Footnotes:
[1] http://www.catb.org/~esr/faqs/smart-questions.html



Archive powered by MHonArc 2.6.18.

Top of Page