Forgotten comments - removed

This commit is contained in:
Ílker Yaz 2012-06-11 18:27:06 +00:00
parent 299b48fcfb
commit 6fd7deecc9
1 changed files with 3 additions and 3 deletions

View File

@ -162,12 +162,12 @@ inline Surface_mesh_segmentation<Polyhedron>::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 <class Polyhedron>