From 747ef0eade44e3499df62c2d40fbe35aa65cba4a Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 6 Dec 2013 10:54:48 +0100 Subject: [PATCH] fix access to number_of_cells() and number_of_facets() in C3t3 (these functions are documented) --- .../Mesh_3/Mesh_complex_3_in_triangulation_3_base.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Mesh_3/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h b/Mesh_3/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h index e798a8fa230..47a4260e1b0 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h +++ b/Mesh_3/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h @@ -461,16 +461,16 @@ public: Cell_iterator cells_end() const { return cells_in_complex_end(); } - +#endif // CGAL_MESH_3_NO_DEPRECATED_C3T3_ITERATORS + // ----------------------------------- + // End backward Compatibility + // ----------------------------------- + size_type number_of_facets() const { return number_of_facets_in_complex(); } size_type number_of_cells() const { return number_of_cells_in_complex(); } -#endif // CGAL_MESH_3_NO_DEPRECATED_C3T3_ITERATORS - // ----------------------------------- - // End backward Compatibility - // ----------------------------------- public: template