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;