From 81b6084e98ea63e1a8a9fd5cafad4719a7fecaea Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 10 Mar 2017 15:50:16 +0100 Subject: [PATCH] fix compilation when CGAL_LINKED_WITH_TBB is not defined --- Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h b/Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h index ee7e3f3223e..c7431c5c279 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h +++ b/Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h @@ -492,8 +492,8 @@ public: if (boost::is_convertible::value) return Base::get_next_element_impl(); else - { //Sequential #endif + { //Sequential if (!Base::no_longer_element_to_refine_impl()) { return Base::get_next_element_impl(); }