From 6fd7deecc9d5cac0b740f962111dd2f7212009ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dlker=20Yaz?= Date: Mon, 11 Jun 2012 18:27:06 +0000 Subject: [PATCH] Forgotten comments - removed --- .../include/CGAL/Surface_mesh_segmentation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation.h b/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation.h index 07d37d7e553..f8da9265931 100644 --- a/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation.h +++ b/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation.h @@ -162,12 +162,12 @@ inline Surface_mesh_segmentation::Surface_mesh_segmentation( SEG_DEBUG(Timer t) disk_sampling_concentric_mapping(); - //calculate_sdf_values(); + calculate_sdf_values(); SEG_DEBUG(std::cout << t) - //apply_GMM_fitting(); + apply_GMM_fitting(); //write_sdf_values("sdf_values_sample_dino_ws.txt"); //read_sdf_values("sdf_values_sample_camel.txt"); - calculate_dihedral_angles(); + //calculate_dihedral_angles(); } template