Bugfix: On_merge -> On_split (!)

This commit is contained in:
Guillaume Damiand 2012-12-17 08:07:45 +01:00
parent c63050b70c
commit d28bf9d655
1 changed files with 1 additions and 1 deletions

View File

@ -2206,7 +2206,7 @@ namespace CGAL {
// We call the on_split functor
internal::Apply_cell_functor<Type_attr,
typename Type_attr::On_merge>::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);