mirror of https://github.com/CGAL/cgal
Move deprecated keyword
This commit is contained in:
parent
384377eda3
commit
3a88991ef2
|
|
@ -82,8 +82,8 @@ push_neighbors_of(Vertex * start, int ith,
|
|||
}
|
||||
}
|
||||
|
||||
CGAL_DEPRECATED template < class TPoly , class VertexPropertyMap>
|
||||
void T_PolyhedralSurf_rings <TPoly, VertexPropertyMap>::
|
||||
template < class TPoly , class VertexPropertyMap>
|
||||
CGAL_DEPRECATED void T_PolyhedralSurf_rings <TPoly, VertexPropertyMap>::
|
||||
push_neighbours_of(Vertex * start, int ith,
|
||||
std::vector < Vertex * >&nextRing,
|
||||
std::vector < Vertex * >&all,
|
||||
|
|
|
|||
Loading…
Reference in New Issue