From 85ac0b3c4b7b8d5dfdbb1e50ff5984a36bc2920c Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 4 Dec 2013 17:37:41 +0000 Subject: [PATCH] removed a spurious debug exportply --- vcg/complex/algorithms/voronoi_clustering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/voronoi_clustering.h b/vcg/complex/algorithms/voronoi_clustering.h index df24f3b9..698d1fbd 100644 --- a/vcg/complex/algorithms/voronoi_clustering.h +++ b/vcg/complex/algorithms/voronoi_clustering.h @@ -853,7 +853,7 @@ static void QuadricRelax(MeshType &m, std::vector &seedVec, std::v } tri::UpdateColor::PerVertexQualityRamp(m); - tri::io::ExporterPLY::Save(m,"last.ply",tri::io::Mask::IOM_VERTCOLOR + tri::io::Mask::IOM_VERTQUALITY ); +// tri::io::ExporterPLY::Save(m,"last.ply",tri::io::Mask::IOM_VERTCOLOR + tri::io::Mask::IOM_VERTQUALITY ); // update the seedvector with the new maxima (For the vertex not selected) for(size_t i=0;i