From bc826b81a208546941cf86ab2ee9cede6ab21c19 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Fri, 6 Sep 2019 14:21:02 +0200 Subject: [PATCH] Bugfix in debug code --- .../internal/Minimal_quadrangulation.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Minimal_quadrangulation.h b/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Minimal_quadrangulation.h index 7ad6749a002..9d7a697efb2 100644 --- a/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Minimal_quadrangulation.h +++ b/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Minimal_quadrangulation.h @@ -248,14 +248,19 @@ public: { if (!get_map().is_marked(it, marktemp)) { - std::cout<<"Degree="<(get_map(), it)<(dh2))<(dh2)) + <(dh2); } while(dh2!=it); @@ -948,7 +953,7 @@ protected: if (get_map().is_marked(it->second.first, toremove) || get_map().is_marked(it->second.second, toremove)) { - CGAL_assertion(get_map().is_marked(it->second.first, toremove) && + CGAL_assertion(get_map().is_marked(it->second.first, toremove) && get_map().is_marked(it->second.second, toremove)); CGAL_assertion(get_map().template beta<1>(it->second.first)==it->second.second); CGAL_assertion(get_map().template beta<2>(it->second.first)==it->second.second);