From cdad48a75f386d4fb5a053d38afc7bfc294286be Mon Sep 17 00:00:00 2001 From: Mariette Yvinec Date: Mon, 27 Jul 1998 15:35:54 +0000 Subject: [PATCH] function bool is_on_boundary() is suppressed --- .../include/CGAL/Triangulation_ds_vertex_2.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Packages/Triangulation_2/include/CGAL/Triangulation_ds_vertex_2.h b/Packages/Triangulation_2/include/CGAL/Triangulation_ds_vertex_2.h index 87276f3a558..18dd9bb5c41 100644 --- a/Packages/Triangulation_2/include/CGAL/Triangulation_ds_vertex_2.h +++ b/Packages/Triangulation_2/include/CGAL/Triangulation_ds_vertex_2.h @@ -71,12 +71,12 @@ public: //face() is the first face adjacent to the vertex // in counterclockwise order - bool is_on_boundary() - { - Face * f= face(); - int i= f->index(this); - return (f->neighboor(cw(i)) == NULL); - } +// bool is_on_boundary() +// { +// Face * f= face(); +// int i= f->index(this); +// return (f->neighboor(cw(i)) == NULL); +// } int degree() const {