From 79229a5472d30ca6909ff2cb15f2d110de3a7a0a Mon Sep 17 00:00:00 2001 From: Peter Hachenberger Date: Tue, 4 May 2010 16:41:56 +0000 Subject: [PATCH] small bug fix in convert_inner_shell_to_nef3 --- Nef_3/include/CGAL/Nef_polyhedron_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nef_3/include/CGAL/Nef_polyhedron_3.h b/Nef_3/include/CGAL/Nef_polyhedron_3.h index 4e1438c07da..f42e40a1ce1 100644 --- a/Nef_3/include/CGAL/Nef_polyhedron_3.h +++ b/Nef_3/include/CGAL/Nef_polyhedron_3.h @@ -916,11 +916,11 @@ protected: Halffacet_const_handle f = opposite_facet->twin(); - B.begin_facet(); fc = f->facet_cycles_begin(); se = SHalfedge_const_handle(fc); CGAL_assertion(se!=0); if(omit_vertex[se->source()->source()]) return; + B.begin_facet(); SHalfedge_around_facet_const_circulator hc_start(se); SHalfedge_around_facet_const_circulator hc_end(hc_start); CGAL_For_all(hc_start,hc_end) {