From 837be0b84fc1a11ff00ab8dd94cb5f8c4aeeaba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 16 Feb 2015 11:54:32 +0100 Subject: [PATCH] fix of 10c08719 --- BGL/include/CGAL/boost/graph/Dual.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/BGL/include/CGAL/boost/graph/Dual.h b/BGL/include/CGAL/boost/graph/Dual.h index 4d81f9d2ceb..f36b9a964b4 100644 --- a/BGL/include/CGAL/boost/graph/Dual.h +++ b/BGL/include/CGAL/boost/graph/Dual.h @@ -186,8 +186,6 @@ face(typename boost::graph_traits >::halfedge_descriptor h, { const typename Dual

::Primal& primal = dual.primal(); return target(h,primal); - const typename Dual

::Primal& primal = dual.primal(); - return vertex(h,primal); } template