From 0a47430f59facee459169f5bef3397efa62c8530 Mon Sep 17 00:00:00 2001 From: Sebastien Loriot Date: Thu, 27 Mar 2025 10:04:38 +0100 Subject: [PATCH] remove not used namespace --- BGL/examples/BGL_surface_mesh/shortest_path.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/BGL/examples/BGL_surface_mesh/shortest_path.cpp b/BGL/examples/BGL_surface_mesh/shortest_path.cpp index 00ef744d784..3b6bc4c1613 100644 --- a/BGL/examples/BGL_surface_mesh/shortest_path.cpp +++ b/BGL/examples/BGL_surface_mesh/shortest_path.cpp @@ -20,7 +20,6 @@ using vertex_descriptor = boost::graph_traits::vertex_descriptor; using edge_descriptor = boost::graph_traits::edge_descriptor; using halfedge_descriptor = boost::graph_traits::halfedge_descriptor; -namespace PMP = CGAL::Polygon_mesh_processing; namespace params = CGAL::parameters;