From d28bf9d655f120aeecf989b58c4463d8f974bb39 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Mon, 17 Dec 2012 08:07:45 +0100 Subject: [PATCH] Bugfix: On_merge -> On_split (!) --- Combinatorial_map/include/CGAL/Combinatorial_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Combinatorial_map/include/CGAL/Combinatorial_map.h b/Combinatorial_map/include/CGAL/Combinatorial_map.h index d203cbdb040..11968e36eda 100644 --- a/Combinatorial_map/include/CGAL/Combinatorial_map.h +++ b/Combinatorial_map/include/CGAL/Combinatorial_map.h @@ -2206,7 +2206,7 @@ namespace CGAL { // We call the on_split functor internal::Apply_cell_functor::run(*a1,*a2); + typename Type_attr::On_split>::run(*a1,*a2); // We set the dart of the cell a1 onto adart1. a1->set_dart(adart1);