From e2a59611ce5b7a911f63d4a0d976cbb15eb97035 Mon Sep 17 00:00:00 2001 From: Youmu Date: Fri, 26 Jun 2020 17:35:30 -0400 Subject: [PATCH] Fix a bug when checking parenthesis pairing for the opposite direction of the first dart --- .../Surface_mesh_topology/internal/Minimal_quadrangulation.h | 4 ---- 1 file changed, 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 a2a2149ffaf..33f852f9a67 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 @@ -775,10 +775,6 @@ public: { parenthesis_pairing.pop(); } - else if(next == pr.length() - 1 && prev == 0) - { - parenthesis_pairing.pop(); - } else { parenthesis_pairing.push(it->m_idx);