From aadf2dddb9ad3ee6a26462ef8d0b4e32f92f64e6 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Tue, 26 Nov 2019 15:13:13 +0100 Subject: [PATCH] Update example --- .../Surface_mesh_topology/path_homotopy.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Surface_mesh_topology/examples/Surface_mesh_topology/path_homotopy.cpp b/Surface_mesh_topology/examples/Surface_mesh_topology/path_homotopy.cpp index bc894acf65c..805595cf533 100644 --- a/Surface_mesh_topology/examples/Surface_mesh_topology/path_homotopy.cpp +++ b/Surface_mesh_topology/examples/Surface_mesh_topology/path_homotopy.cpp @@ -120,6 +120,12 @@ int main(int argc, char** argv) Curves_on_surface_topology cst(lcc, time); + cst.compute_minimal_quadrangulation(time); + + std::cout<<"Reduced map: "; + cst.get_minimal_quadrangulation().display_characteristics(std::cout) + <<", valid="<< cst.get_minimal_quadrangulation().is_valid()< errors_seeds; unsigned int length, defo; @@ -185,13 +191,6 @@ int main(int argc, char** argv) std::cout<<"Number of contractible paths: "<(nbcontractible*100)/ static_cast(N)<<"%)."<