No need to deprecate as this is just an example file

This commit is contained in:
Andreas Fabri 2023-01-18 09:32:51 +01:00 committed by GitHub
parent 0de029404c
commit e9bd71406d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ protected:
void push_neighbors_of(const Vertex_const_handle start, const int ith,
std::vector < Vertex_const_handle > &nextRing,
std::vector < Vertex_const_handle > &all);
CGAL_DEPRECATED void push_neighbours_of(const Vertex_const_handle start, const int ith,
void push_neighbours_of(const Vertex_const_handle start, const int ith,
std::vector < Vertex_const_handle > &nextRing,
std::vector < Vertex_const_handle > &all);