Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] BUG: Multi-threaded Delaunay_Triangulation_2 crashing...

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] BUG: Multi-threaded Delaunay_Triangulation_2 crashing...


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: [cgal-discuss] BUG: Multi-threaded Delaunay_Triangulation_2 crashing...
  • Date: Tue, 13 Dec 2011 03:44:20 +0100


The code for remove (I haven't checked whether it is really this version that is called, but the others are likely similar) contains:

static int maxd=30;
static std::vector<Face_handle> f(maxd);
static std::vector<int> i(maxd);
static std::vector<Vertex_handle> w(maxd);

I agree, I have to make this variables class members instead of static.



Archive powered by MHonArc 2.6.16.

Top of Page