From a28c3f37b2002cbfaef9b892a59f8216802cf3cf Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Wed, 23 Nov 2016 15:58:35 +0200 Subject: [PATCH] updated --- .../test_single_mold_translational_casting.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Set_movable_separability_2/test/Set_movable_separability_2/test_single_mold_translational_casting.cpp b/Set_movable_separability_2/test/Set_movable_separability_2/test_single_mold_translational_casting.cpp index 0c743db5c9f..ff332b4223a 100644 --- a/Set_movable_separability_2/test/Set_movable_separability_2/test_single_mold_translational_casting.cpp +++ b/Set_movable_separability_2/test/Set_movable_separability_2/test_single_mold_translational_casting.cpp @@ -8,7 +8,7 @@ #include #include -#include +#include typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel; typedef CGAL::Polygon_2 Polygon_2; @@ -45,7 +45,7 @@ bool test_one_file(std::ifstream& inp) // std::cout << pgn << std::endl; std::vector top_edges; - SMS::single_mold_translational_casting_2(pgn, std::back_inserter(top_edges)); + SMS::top_edges_single_mold_translational_casting_2(pgn, std::back_inserter(top_edges)); size_t exp_num_top_edges; inp >> exp_num_top_edges;