Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] including optimize_mesh_3.h produces compile error

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] including optimize_mesh_3.h produces compile error


Chronological Thread 
  • From: Stephane Tayeb <>
  • To:
  • Subject: Re: [cgal-discuss] including optimize_mesh_3.h produces compile error
  • Date: Thu, 03 Jun 2010 16:13:17 +0200

Stephane Tayeb wrote:
Ramin H wrote:
Hi Stéphane,

Would it be possible to have a quick patch for this? It is blocking my
progress in producing some results for my research and the deadline is in a
week.

I really appreciate your help,

-Ramin

Sure,
I'm sorry I thought you resolved this issue.
Here is the patch. Please apply it in include/CGAL/Mesh_3 folder.
Stephane.


Oops, the patch I just sent is wrong. Here is the correct one.
Regards
Stéphane.
Index: Sliver_perturber.h
===================================================================
--- Sliver_perturber.h
+++ Sliver_perturber.h
@@ -40,10 +40,12 @@
#include <CGAL/Mesh_3/vertex_perturbation.h>
#include <CGAL/Mesh_3/C3T3_helpers.h>
#include <CGAL/Mesh_optimization_return_code.h>
+#include <CGAL/Timer.h>

#include <boost/pending/relaxed_heap.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/lambda/bind.hpp>
+#include <boost/ptr_container/ptr_vector.hpp>


CGAL_BEGIN_NAMESPACE



Archive powered by MHonArc 2.6.16.

Top of Page