From f74a877891d5981dd95916b996eaa0041a013f5c Mon Sep 17 00:00:00 2001 From: Luigi Malomo Date: Tue, 9 May 2017 12:18:32 +0200 Subject: [PATCH] removed debug option from voronoi remesher --- vcg/complex/algorithms/voronoi_remesher.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcg/complex/algorithms/voronoi_remesher.h b/vcg/complex/algorithms/voronoi_remesher.h index 75ae1610..f162f5b3 100644 --- a/vcg/complex/algorithms/voronoi_remesher.h +++ b/vcg/complex/algorithms/voronoi_remesher.h @@ -44,9 +44,9 @@ #include #include -#define DEBUG_VORO 1 -#include -#include +//#define DEBUG_VORO 1 +//#include +//#include namespace vcg { namespace tri {