diff --git a/Linear_cell_complex/examples/Linear_cell_complex/compute_example.cpp b/Linear_cell_complex/examples/Linear_cell_complex/compute_example.cpp index 489dd3f9384..9785bb1e123 100644 --- a/Linear_cell_complex/examples/Linear_cell_complex/compute_example.cpp +++ b/Linear_cell_complex/examples/Linear_cell_complex/compute_example.cpp @@ -17,7 +17,7 @@ typedef CGAL::Linear_cell_complex_for_combinatorial_map<2,3> LCC_3_cmap; typedef CGAL::Linear_cell_complex_for_generalized_map<2,3> LCC_3_gmap; -#define NB_TESTS 25 // 0 ... 24 +#define NB_TESTS 26 // 0 ... 25 static int nbtests=0; enum Transformation // enum for the type of transformations @@ -557,10 +557,17 @@ bool test_double_torus_quad(bool draw, int testtorun) CGAL::Random random(starting_seed+nbtests); CGAL::Path_on_surface p(lcc2); generate_random_closed_path(p, random.get_int(5, 20), random); // random path, length between 30 and 500 + // p.close(); paths.push_back(p); - /* update_path_randomly(p, random); - paths.push_back(p); */ + + std::cout<<"Path1 size: "< cmt3(lcc3); + + paths.clear(); + transformed_paths.clear(); + if (testtorun==-1 || nbtests==testtorun) + { + CGAL::Random random(starting_seed+nbtests); + CGAL::Path_on_surface p(lcc3); + generate_random_closed_path(p, random.get_int(5, 200), random); // random path, length between 30 and 500 + + // p.close(); + paths.push_back(p); + + std::cout<<"Path1 size: "<