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(); }