CGAL_debug(handles)

This commit is contained in:
Monique Teillaud 1998-10-30 10:06:02 +00:00
parent 49cab86975
commit 87a0592012
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ public:
template <class Gt, class Tds>
CGAL_Triangulation_vertex<Gt,Tds> *
debug(const CGAL_Triangulation_vertex_handle<Gt,Tds> v)
CGAL_debug(const CGAL_Triangulation_vertex_handle<Gt,Tds> v)
{
return v.ptr();
}
@ -138,7 +138,7 @@ public:
template <class Gt, class Tds>
CGAL_Triangulation_cell<Gt,Tds> *
debug(const CGAL_Triangulation_cell_handle<Gt,Tds> c)
CGAL_debug(const CGAL_Triangulation_cell_handle<Gt,Tds> c)
{
return c.ptr();
}